Skip to content

Commit

Permalink
[docs] page refresh fixed, button type changed from submit to button
Browse files Browse the repository at this point in the history
  • Loading branch information
PunitSoniME committed Aug 8, 2022
1 parent a804ca8 commit fb8dda8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -21,7 +21,7 @@ export default function CustomizedInputBase() {
placeholder="Search Google Maps"
inputProps={{ 'aria-label': 'search google maps' }}
/>
<IconButton type="submit" sx={{ p: '10px' }} aria-label="search">
<IconButton type="button" sx={{ p: '10px' }} aria-label="search">
<SearchIcon />
</IconButton>
<Divider sx={{ height: 28, m: 0.5 }} orientation="vertical" />
Expand Down
Expand Up @@ -21,7 +21,7 @@ export default function CustomizedInputBase() {
placeholder="Search Google Maps"
inputProps={{ 'aria-label': 'search google maps' }}
/>
<IconButton type="submit" sx={{ p: '10px' }} aria-label="search">
<IconButton type="button" sx={{ p: '10px' }} aria-label="search">
<SearchIcon />
</IconButton>
<Divider sx={{ height: 28, m: 0.5 }} orientation="vertical" />
Expand Down

0 comments on commit fb8dda8

Please sign in to comment.