Skip to content

Commit 8521eaf

Browse files
committed
v1.14.14
1 parent 0d429d7 commit 8521eaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class FieldSelect extends FieldCoreBase<IProps> {
4242

4343
<FormControl margin={extra.margin || 'normal'} fullWidth error={!!this.errorMessage} variant={extra.variant}>
4444
{!!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>
4646
}
4747
<Select
4848
{...{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"validation",
1111
"material"
1212
],
13-
"version": "1.14.13",
13+
"version": "1.14.14",
1414
"main": "./dist/index.js",
1515
"types": "./dist/index.d.ts",
1616
"license": "MIT",

0 commit comments

Comments
 (0)