File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export default class FieldSelect extends FieldCoreBase<IProps> {
42
42
43
43
< FormControl margin = { extra . margin || 'normal' } fullWidth error = { ! ! this . errorMessage } variant = { extra . variant } >
44
44
{ ! ! label &&
45
- < InputLabel required = { this . isRequired } shrink = { ! ! emptyOption || value } error = { ! ! this . errorMessage } variant = { extra . variant } > { label } </ InputLabel >
45
+ < InputLabel required = { this . isRequired } shrink = { ! ! emptyOption || ! ! value } error = { ! ! this . errorMessage } variant = { extra . variant } > { label } </ InputLabel >
46
46
}
47
47
< Select
48
48
{ ...{
Original file line number Diff line number Diff line change 10
10
" validation" ,
11
11
" material"
12
12
],
13
- "version" : " 1.14.13 " ,
13
+ "version" : " 1.14.14 " ,
14
14
"main" : " ./dist/index.js" ,
15
15
"types" : " ./dist/index.d.ts" ,
16
16
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments