Commit dd5f5e8
authored
Add 'Level-2 provider' label to provider dropdown (#437)
* Add 'Level-2 provider' label to provider dropdown
- Added InputLabel component to the level-2 provider dropdown
- Label appears in both Create Provider and Edit Provider forms
- Improves UI clarity for users selecting level-2 providers
* Fix Level-2 provider label display
- Add id prop to InputLabel for proper Material-UI linking
- Add labelId and label props to Select component
- Ensures label displays correctly with outlined variant styling
- Follows Material-UI pattern used elsewhere in the codebase
* Remove displayEmpty to fix label overlap issue
- Changed value from null to empty string for empty state
- Removed displayEmpty prop which caused label overlap
- Changed MenuItem value from null to empty string
- Label now displays correctly above the select field1 parent d1f8de2 commit dd5f5e8
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| 292 | + | |
292 | 293 | | |
293 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
294 | 297 | | |
295 | | - | |
296 | 298 | | |
297 | | - | |
298 | | - | |
| 299 | + | |
| 300 | + | |
299 | 301 | | |
300 | 302 | | |
301 | 303 | | |
| |||
0 commit comments