Skip to content
Snippets Groups Projects

#3512872 Make a module for testing different field types

Merged #3512872 Make a module for testing different field types
1 unresolved thread
1 unresolved thread

Closes #3512872

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
15 15 e.preventDefault();
16 16 };
17 17
18 // Radix select items do not accept an empty string as a value prop. This is
19 // a placeholder that is used instead, and parseValue() will convert it back
20 // to an empty string if the item is selected.
21 export const SELECT_ITEM_EMPTY_STRING = '$%^&*AN_EMPTY_STRING';
Please register or sign in to reply
Loading