Blazorise v1.8.4
Released: Oct 8, 2025
v1.8.4 中的更新
修補程式
- Autocomplete (Checkbox Mode): Reliable Closing, no Ghost Overlay, Correct Alignment
- Resolved a group of UI issues where the Autocomplete dropdown in Checkbox mode would not close on blur, could leave a “ghost” overlay on the page, or appear slightly misaligned.
- The control now properly respects focus transitions, cleans up overlays, and positions the dropdown consistently across themes and providers.
- Autocomplete: faster, safer typing with robust cancellation
- Rapid typing previously risked overlapping lookups and out-of-order results.
- Cancellation tokens for in-flight operations are now properly handled, ensuring stale requests are cancelled promptly.
- ValidationRule.IsEmail: accepts valid emails again
- The IsEmail validation rule was rejecting some valid addresses.
- Updated the logic to correctly accept common real-world formats (e.g. subdomains, “+” tags, and longer TLDs).
- Forms depending on email validation should now pass as expected without custom workarounds.