Skip to content

Commit

Permalink
feat(components): make all selects searchable by default
Browse files Browse the repository at this point in the history
Ticket: issue/Transversal-330
Reviewed-by: @MIGUELez11
Refs: #208
  • Loading branch information
fermarinsanchez authored Nov 22, 2024
1 parent fe5c9e3 commit d9e20f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/form/Select/Select.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const SELECT_DEFAULT_PROPS = {
autoSelectOneOption: false,
dropdownPosition: SELECT_DROPDOWN_POSITIONS[2],
withinPortal: true,
searchable: true,
};
export const SELECT_PROP_TYPES = {
label: PropTypes.string,
Expand Down

0 comments on commit d9e20f6

Please sign in to comment.