-
Notifications
You must be signed in to change notification settings - Fork 52
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
fix: enterKeyHint and inputMode missing from inputBaseComponentProps #215
fix: enterKeyHint and inputMode missing from inputBaseComponentProps #215
Conversation
cb99494
to
a7fcc42
Compare
type inputBaseComponentProps = { | ||
...CommonProps.clickableProps, | ||
name?: string, | ||
step?: int, | ||
min?: int, | ||
max?: int, | ||
@as("type") type_?: string, | ||
@as("disableunderline") disableUnderline?: string, |
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.
I removed disableUnderline
in favor of adding it to the InputBase.props, was that wrong?
it was so that it also works with <Select />
.
Also I don't know why this was type string here.
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.
Hm, must have been a merge issue on my end. I will address it soon
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.
@fhammerschmidt I've removed the offending line
Very appreciated, thanks! |
a7fcc42
to
0f8fd07
Compare
@illusionalsagacity Is there anything else coming up from you? Otherwise I will do a release soonish. |
@fhammerschmidt I think there's some more open things we've found that I can open issues for, I'll have to go through them. Also I'm not currently blocked on these things, we've got some workarounds for the moment. Obviously I won't want to create any toil for you all making releases if that can be avoided though. |
Happy to contribute adding more of these, but figured I would start off with the two I know I need