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
feat(dropdown): change forceSelection default to false
This PR changes default value for forceSelection to false, because if you click into a dropdownfield and click outside again, the first dropdown value will be selected automatically which is probably not wanted in most cases so it shouldn't be the default.
If a select HTML field to be converted into a FUI dropdownfield got a required attribute, the forceSelection setting will be set to true again automatically
As this is a breaking change it is supposed to be part of 2.9
0 commit comments