Skip to content

Commit

Permalink
Sebastian review
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 22, 2019
1 parent c3f0733 commit a81a495
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/regressions/tests/Select/SelectEmpty.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import React from 'react';
import MenuItem from '@material-ui/core/MenuItem';
import Select from '@material-ui/core/Select';

export default function SelectEmpty() {
return (
<Select value={0}>
<MenuItem value={10}>Ten</MenuItem>
</Select>
);
}

0 comments on commit a81a495

Please # to comment.