Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🐛 dropdown arrow visible when autocomplete disabled
When the autocomplete was disabled it also hid the dropdown arrow - this was caused by `freeSolo={isDisabled}` on the Mui Autocomplete. I switched that to `disabled={isDisabled`, so now when the component is disabled the arrow is still visible, but not clickable. This more closely resembles the disabled behavior of SQFormDropdown. ✅ Closes: #213
- Loading branch information