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
I try to implement a cross icon into the Command.Input (to reset the input content wihtout leaving focus). Something like:
But type attribute seems to be Omit from Command.Input component (check /src/index.tsx#L51)
Is there any particular reason why the type is omitted from InputProps?
What do you suggest to implement the cross icon ?
edit: maybe this topic should be moved to discussion, but don't know how to move it :(
The text was updated successfully, but these errors were encountered:
This feature would be useful. I was wondering if there have been any updates or further discussions on this topic?
Sorry, something went wrong.
fix(input): allow type to be overwritten by user
021f0cd
fixes pacocoursey#175
@pacocoursey
Came here looking for the same. I would like to customize the icon being displayed on smartphone keyboards by specifying type="search"
type="search"
No branches or pull requests
I try to implement a cross icon into the Command.Input (to reset the input content wihtout leaving focus).
Something like:
But type attribute seems to be Omit from Command.Input component (check /src/index.tsx#L51)
Is there any particular reason why the type is omitted from InputProps?
What do you suggest to implement the cross icon ?
edit: maybe this topic should be moved to discussion, but don't know how to move it :(
The text was updated successfully, but these errors were encountered: