Borderless and clearable props broken on Autocomplete, borderless also broken on TagBuilder #239
Open
5 tasks done
Labels
bug
Something isn't working
Bug Report
Prerequisites
For more information, see the
CONTRIBUTING
guide.Versions
You can get this information from executing
npm version
.Description
Autocomplete component:
has clearable prop always set to true
does not properly remove border when borderless is set to true
TagBuilder component:
Steps to Reproduce
Clearable:
Expected Behaviour: Autocomplete does not have the icon on the right side to delete values
Actual Behaviour: Autocomplete can still be cleared via the available icon
Borderless:
Expected Behaviour: There is no border shown on hover, error, existing value or when focused
Actual Behaviour: Border is not shown only when there is error with no input value. Border is shown when focused, hovering or has value.
Environment details: [OS, Browser, ...]
Possible Solution
Solution on hold
The text was updated successfully, but these errors were encountered: