mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-04-29 04:45:04 +08:00
docs: don't use a form for icon list
This commit is contained in:
@@ -112,7 +112,7 @@ export default class IconsList extends React.Component<{}, State> {
|
||||
const searchResults = this._getResults();
|
||||
|
||||
return (
|
||||
<form className={container}>
|
||||
<div className={container}>
|
||||
<input
|
||||
type="search"
|
||||
value={this.state.query}
|
||||
@@ -137,7 +137,7 @@ export default class IconsList extends React.Component<{}, State> {
|
||||
) : (
|
||||
<p>No matching icon found :(</p>
|
||||
)}
|
||||
</form>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user