Skip to content

Commit

Permalink
update js
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-yossarian committed Mar 12, 2020
1 parent 22c80cd commit 6c9231a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/components/selects/NativeSelects.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export default function NativeSelects() {
native
value={state.age}
onChange={handleChange('age')}
label="Age"
inputProps={{
name: 'age',
id: 'outlined-age-native-simple',
Expand Down
1 change: 1 addition & 0 deletions docs/src/pages/components/selects/SimpleSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ export default function SimpleSelect() {
id="demo-simple-select-outlined"
value={age}
onChange={handleChange}
label="Age"
>
<MenuItem value="">
<em>None</em>
Expand Down

0 comments on commit 6c9231a

Please sign in to comment.