mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 06:17:02 +00:00
fix: clear icon in single select
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -231,7 +231,7 @@ const search = () => {
|
||||
:bordered="false"
|
||||
:show-arrow="!readOnly"
|
||||
:show-search="active || editable"
|
||||
:open="isOpen"
|
||||
:open="isOpen && (active || editable)"
|
||||
:disabled="readOnly"
|
||||
:class="{ '!ml-[-8px]': readOnly }"
|
||||
:dropdown-class-name="`nc-dropdown-multi-select-cell ${isOpen ? 'active' : ''}`"
|
||||
|
||||
Reference in New Issue
Block a user