Skip to content

Commit 2a7902c

Browse files
committed
Fix a few minor issues
1 parent d8b9795 commit 2a7902c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/material/src/Demo.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const Demo = () => {
203203
alt="Icon"/>
204204
</MuiIconButton>
205205
</a>
206-
<a href="//github.com/typesnippet/mui-phone-input/tree/master/examples/material"
206+
<a href="//github.com/typesnippet/mui-phone-input"
207207
target="_blank" rel="noreferrer" style={{textDecoration: "none"}}>
208208
<MuiIconButton mode={mode}>
209209
<GitHubIcon fontSize="small"/>
@@ -347,6 +347,7 @@ const Demo = () => {
347347
</TableCell>
348348
<TableCell align="right">
349349
<MuiSelect
350+
disabled={!search}
350351
value={searchVariant}
351352
options={[
352353
{name: "Filled", key: "filled"},
@@ -448,7 +449,7 @@ const Demo = () => {
448449
border: `1px solid ${mode === "dark" ? "rgba(255, 255, 255, 0.14)" : "rgba(0, 0, 0, 0.14)"}`
449450
}}>
450451
If your application uses one of <b>@material-ui/core</b>, <b>@mui/base</b> or <b>@mui/joy</b>
451-
&nbsp;distributions of <b>Material UI</b>, you should checkout the&nbsp;
452+
&nbsp;distributions of <b>Material UI</b>, you should check out the&nbsp;
452453
<a target="_blank" rel="noreferrer" style={{textDecoration: "none"}}
453454
href="//github.com/typesnippet/mui-phone-input/tree/master/examples">examples</a> to test the
454455
components out.

0 commit comments

Comments
 (0)