·
451 commits
to main
since this release
Minor Changes
- Removes SelectList. Updates SelectField features to support SelectList's use case via property/attribute overrides. Updates QuickSearch to use SelectField. Defines MenuOption type & updates MenuField & SelectField to use it; this results in renaming of SelectField options'
name
field to becomelabel
, standardizing the API across the two. Also addsactiveOptionIcon
to SelectField so users can opt-in to dynamically updating the field icon based on the selected option. Also fixed a bug with thescrollIntoView
action related to itsonlyIfNeeded
flag. (#127)
Patch Changes
-
[SelectList] Add
type="button"
to<button>
wrapper to not submit forms on click (a7b7a4ee800eb8f47040efbed751acc64514e9d3
) -
Add
max
prop to limit the number of selected values forselectionStore
,Selection
,MultiSelect
,MultiSelectField
, andMultiSelectMenu
. AddbeforeOptions
andafterOptions
slots, and passselection
toactions
slot (#231) -
Prevent cursor jumping around when backspacing near a decimal point in a number TextField (#178)
-
Update AppLayout nav to only show scrollbar when overflown (Windows, Mac with "Show scrollbars: always) (#171)
-
[Input] Fix
bind:value
(#224)