-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc: migrate multiple combobox to tailwind
- Loading branch information
Showing
9 changed files
with
227 additions
and
336 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -195,11 +195,7 @@ export const ComboBox = ({ | |
// @ts-ignore | ||
Check warning on line 195 in src/components/form/ComboBox/ComboBox.tsx GitHub Actions / Run linters
Check warning on line 195 in src/components/form/ComboBox/ComboBox.tsx GitHub Actions / Run linters
Check warning on line 195 in src/components/form/ComboBox/ComboBox.tsx GitHub Actions / Run linters
|
||
{ value, renderGroupHeader, virtualized } | ||
} | ||
PopperComponent={ComboBoxPopperFactory({ | ||
...PopperProps, | ||
grouped: !!(data || [])[0]?.group, | ||
virtualized, | ||
})} | ||
PopperComponent={ComboBoxPopperFactory(PopperProps)} | ||
getOptionDisabled={(option) => !!option?.disabled} | ||
getOptionLabel={(option) => { | ||
const optionForString = | ||
|
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
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
Oops, something went wrong.