Features
- Added a new prop
disableBuiltInClasses
to theFilterSearch
component. When this value is set totrue
and thecustomCssClasses
prop is also populated, any built-in CSS classes for the component will be removed, and only the classes specified incustomCssClasses
will be used.