You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for click event (BlazorFluentUI#198)
* Update README.md
* Update README.md
* Update README.md
add the blazorfluent.js
* Update README.md
* remove commented out code
* Click and Selection Handling
Handle as selection when the row check is clicked and as Click (calling on Invoke) when the rest of the item is clicked. The click will also select the clicked item.
Co-authored-by: Nino Padrutt <nino.padrutt@post.ch>
Dropdown uses SelectedOption instead of SelectedKey and SelectedOptio…
…ns instead of SelectedKeys now. This was necessary to make the interface work correctly with selection and display the Text of the IBFUDropdownOption instead of the Key.