Infragistics Ultimate - includes Ignite UI for Web Components 5.0.1

Released: Aug 30, 2024

Ignite UI for Web Components 5.0.1 中的更新

特性

  • Checkbox, Radio, and Switch - Exported the CheckboxChangeEventArgs and RadioChangeEventArgs types for public use, providing more flexibility and control over event handling.

修补程序

  • Select - Resolved an issue where pressing the Tab key while a Select component's dropdown was open would incorrectly return focus to the document. Now, focus is correctly returned to the Select component after closing the dropdown.
  • Radio - Prevented form submission if a Radio component/group is invalid on initial render within a form context. This ensures that forms with invalid Radio components are not submitted prematurely.