Skip to content
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

BUGIX: Allow min and max value 0 #33

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Conversation

jonnitto
Copy link
Contributor

@jonnitto jonnitto commented Feb 2, 2024

Fix #31

Add also the attribute inputmode="numeric", which enables the numeric keyboard on non-keyboard devices such as devices with an touchscreen keyboard

Fix sitegeist#31 

Add also the attribute `inputmode="numeric"`, which enables the numeric keyboard on non-keyboard devices such as devices with an touchscreen keyboard
@mficzel mficzel merged commit cb166f4 into sitegeist:main Feb 2, 2024
2 checks passed
@jonnitto
Copy link
Contributor Author

jonnitto commented Feb 2, 2024

Wow, that was blazing fast

@jonnitto jonnitto deleted the patch-1 branch February 2, 2024 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Number minvalue = 0 evaluates as false and therfore not considered
2 participants