You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing a default value into a select option I got the follow warning:
Warning: Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>.
in option (created by DynamicFormBuilder)
in select (created by DynamicFormBuilder)
in div (created by DynamicFormBuilder)
When passing a default value into a select option I got the follow warning: