We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At first glance, it seems like the HTML would simply need something like:
<form> <div class="mui-textfield"> <input id="monsters-search-bar" placeholder="Search for Pokémon" type="text" spellcheck="false" autocorrect="off" autocomplete="off"/> <button type="reset" class="mui-btn mui-btn--flat">X</button> </div> </form>
but then form submission would need to be disabled via JavaScript(?)
Also, I did a quick test just inside Chrome DevTools, and adding the <form> breaks the ability to search 😞 so more investigation is needed.
<form>
The text was updated successfully, but these errors were encountered:
Nice feature idea! I wish MUI supported this out-of-the-box, though. :(
Sorry, something went wrong.
No branches or pull requests
At first glance, it seems like the HTML would simply need something like:
but then form submission would need to be disabled via JavaScript(?)
Also, I did a quick test just inside Chrome DevTools, and adding the
<form>
breaks the ability to search 😞 so more investigation is needed.The text was updated successfully, but these errors were encountered: