-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: strict selection mode of BAIPropertyFilter (#2931)
**Changes:** Added validation and error handling to the BAIPropertyFilter component: - Introduced `strictSelection` property to enforce selecting only from provided options - Added custom validation rules with error messages - Implemented visual error states and tooltips for invalid inputs - Added focus handling to control error message display - Enhanced filter value handling with new merge and combine functions **Rationale:** These changes improve form validation and user feedback, ensuring data integrity by: - Preventing invalid entries when strict selection is enabled - Providing clear error messages through tooltips - Supporting custom validation rules per property - Maintaining consistent error states during user interaction
- Loading branch information
Showing
1 changed file
with
102 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters