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:
Pranav C Balan
2021-06-10 18:16:06 +05:30
parent dba4183799
commit ba75c65053
3 changed files with 24 additions and 24 deletions

View File

@@ -5,8 +5,8 @@ export default {
'LongText': {w: '400px'},
'Attachment': {},
'Checkbox': {},
'MultiSelect': {w: '150px'},
'SingleSelect': {},
'MultiSelect': {w: '200px'},
'SingleSelect': {w: '200px'},
'Collaborator': {},
'Date': {},
'Year': {},