Add a property for error state in searchComponent
mpoliakovS opened this issue · 1 comments
mpoliakovS commented
Describe the issue/feature:
In some cases it is useful to add some kind of validation for the search component input. Currently there is no way for the search input to display an error state. The idea is to add an input property Boolean type which will add has-error class.
pavlo-poimanov commented