File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
packages/mui-component-mapper/src/form-fields Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,12 @@ const selectComponent = ({
135
135
fullWidth
136
136
margin = "normal"
137
137
label = { label }
138
+ helperText = { helperText }
139
+ disabled = { isDisabled || isReadOnly }
140
+ placeholder = { placeholder }
141
+ required = { isRequired }
142
+ error = { invalid }
143
+ readOnly = { isReadOnly }
138
144
{ ...input }
139
145
value = { input . value || null }
140
146
/>
@@ -146,6 +152,12 @@ const selectComponent = ({
146
152
fullWidth
147
153
margin = "normal"
148
154
label = { label }
155
+ helperText = { helperText }
156
+ disabled = { isDisabled || isReadOnly }
157
+ placeholder = { placeholder }
158
+ required = { isRequired }
159
+ error = { invalid }
160
+ readOnly = { isReadOnly }
149
161
{ ...input }
150
162
value = { input . value || null }
151
163
/>
You can’t perform that action at this time.
0 commit comments