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'd like to be able to add the autocomplete attribute to the input produced by the Text component. I don't think it allows it right now.
autocomplete
input
Text
This component should probably accept arbitrary props and pass them onto the input right? I can make a pull-request if you like
The text was updated successfully, but these errors were encountered:
Hi,
This component should probably accept arbitrary props
This sound like a good idea. We will add it to our feature list to implement in future builds
Sorry, something went wrong.
Text: accepts arbitrary props
f8f6006
Resolves svar-widgets#4
Great. I'm happy to help; I made a pull-request here: #5
Successfully merging a pull request may close this issue.
I'd like to be able to add the
autocomplete
attribute to theinput
produced by theText
component. I don't think it allows it right now.This component should probably accept arbitrary props and pass them onto the
input
right? I can make a pull-request if you likeThe text was updated successfully, but these errors were encountered: