-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
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
feat: 🎸 new component inputSearch, now you can use the x to clean input value #416
base: main
Are you sure you want to change the base?
Conversation
in achievement page was an input without type search, the update make a new type of input and improve a11y
Hey how's it going ? @MadeBaruna I now you need to take your time, but when you have a free time, could you see this significant improvement ? 🥺 |
src/components/Input.svelte
Outdated
input[type="search"]::-webkit-search-results-decoration { | ||
display: none; | ||
} | ||
</style> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an empty line to the bottom of the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 😃
BREAKING CHANGE: 🧨 no
empty line
As you can see, I use a lot this page
But was annoying me, the fact that the input isn't a type search, so I made this 🥲
now you can use esc to clean the input or if you in a mobile device you can click on the X button ❤️
I really wanna this feature on the site PLEASE MERGE ME 😩 (will help me alot)