v4.5.0
What's Changed
HxListLayout
-‼️ Named Views overhaul (HxNamedViewList
component removed, useNamedViews
parameter instead, see the demos for more details)HxListLayout
- built-in support for sticky-headerHxInputTags
- fixes and improvements (some also related toHxAutosuggest
)- #715
Cannot read properties of null (reading 'invokeMethodAsync')
when typing after closing the dropdown - #716
FocusAsync
fails when navigating from screen (Unable to focus an invalid element.) - #277 AddButton doesn't re-appear when using StaticSuggestions after onBlur
- #394 It is impossible to select another tag when input is focused
- #717 Dropdown does not reappear on click into already focused input when MinimumLength="0"
- #36 Unconfirmed tag gets added after On[Valid]Click handling of the form
- #585 Allow Enter key to confirm the tag
- #584 Stop propagation of Enter key event when selecting an item
- #715
HxGrid
fixes and improvementsHxInputNumber
- adjustments to normalization of values on pasteHxInputNumber
- fixed #646 Inconsistant handling of weird inputs ("15,81.549" => 1581.549 vs "1581,549" => 1581.5)HxCheckbox
- fixed #460 Checkbox inside input-group is misalignedHxSearchBox
- fixed #491 Discrepancy in placeholder implementation with floating labelsHxSidebar
- minor fixes #718 and #719- documentation improvements and fixes (e.g. using
IDemoDataService
instead ofCultureInfo
) - some more minor adjustments and fixes
New Contributors 💕
- @JoseTheChamp Josef Knotek
Full Changelog: v4.4.1...v4.5.0