
Improves keyboard navigation performance in a WebAssembly (WASM) project.
v2.8.0
Updated Feb 24, 2020
Features
- Common
- Provide the themes as Static Assets.
- AutoComplete
- Expose public Id parameter.
- ComboBox
- Expose public Id parameter.
- DateInput
- Parsing error message for date inputs and pickers is available from localization.
- Expose public Id parameter.
- DatePicker
- Parsing error message for date inputs and pickers is available from localization.
- Expose public Id parameter.
- DateTimePicker
- Parsing error message for date inputs and pickers is available from localization.
- Expose public Id parameter.
- DropDownList
- Expose public Id parameter.
- Grid
- Keyboard navigation performance in a WebAssembly (WASM) project.
- Improve selection performance
- MultiSelect
- Expose public Id parameter.
- NumericTextBox
- Expose public Id parameter.
- TimePicker
- Parsing error message for date inputs and pickers is available from localization.
- Expose public Id parameter.
Fixes
- Calendar
- Selecting Dec from year 9999 throws in Calendar.
- BottomView and View do not work.
- Calendar renders wrong Century and Decade views for max date 31/12/9999.
- ComboBox
- Combobox doesn't clear its filter after filtering is disabled.
- DateInput
- Min and Max don't work.
- DatePicker
- BottomView and View do not work.
- Calendar's Today button doesn't set date in the picker of a grid filter row.
- Min and Max don't limit the text input, only the calendar.
- DisabledDates does not work.
- DateTimePicker
- BottomView and View do not work.
- Min and Max don't limit the text input, only the calendar.
- Grid
- When working with IQueriable the grid gets all the data from the database instead of the current page.
- Navigable grid prevents filter row DDL from opening.
- Calendar's Today button doesn't set date in the picker of a grid filter row.
- Grid edited item is not closed on command column cell Esc press.
- Holding arrow keys to move fast through Grid cells get quite slow and results in flickering.
- Grid Tab index is not persisted on focus out of command column.
- Grid Checkbox column header checkbox can't be accessed with the keyboard.
- DetailTemplate offsets the FilterRow one column to the left.
- TextBox
- Floating Label should be animated onfocus instead of oninput.
- TexBox has incorrect rendering.