mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 12:17:19 +00:00
feat(gui): add clear option for singleSelect
Added clear icon for nullable single select columns re #261 Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
This commit is contained in:
@@ -5,8 +5,8 @@ export default {
|
||||
'LongText': {w: '400px'},
|
||||
'Attachment': {},
|
||||
'Checkbox': {},
|
||||
'MultiSelect': {w: '150px'},
|
||||
'SingleSelect': {},
|
||||
'MultiSelect': {w: '200px'},
|
||||
'SingleSelect': {w: '200px'},
|
||||
'Collaborator': {},
|
||||
'Date': {},
|
||||
'Year': {},
|
||||
|
||||
Reference in New Issue
Block a user