Blazorise v1.8.9

Released: Dec 5, 2025

v1.8.9 中的更新

修補程式

  • DataGrid: Rapid Editing Reliability Restored
    • Fixed a critical issue affecting rapid DataGrid editing.
    • When editing cells with Immediate=false, values could fail to persist if users typed quickly and pressed Tab or clicked out of the field. This was especially noticeable in keyboard-driven data entry scenarios.
    • Now consistently commits edited values regardless of how the user exits the cell, restoring reliable behavior for inline editing.
  • Autocomplete in Filter Menus: Dropdown Positioning Fixed
    • Autocomplete used inside FilterMenuTemplate could open its dropdown too far left, too far right, or clipped, often requiring custom CSS workarounds to remain usable.
    • The dropdown positioning logic has been corrected so that Autocomplete now opens predictably and within visible bounds, even when embedded in DataGrid filter menus or constrained layouts.
  • Scheduler refresh after adding or removing appointments.
  • Documentation Mention in the Validation documentation that Validation is skipped when an input is Disabled.
  • Tooltip not working with Multiline and text truncate.
  • In some validation messages such as MinLength, the argument order is incorrect.
  • SelectedValueChanged on Select silences Exceptions.
  • Signature pad not registering input on iOS Safari.