-
Notifications
You must be signed in to change notification settings - Fork 20
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
Prompt type #23
Comments
That's amazing idea for a pull request :) |
I have no idea how to do that :( I cloned the repository, ran 'npm install' on it, but when I do 'npm run build' it comes up with issues :(
|
Please update to your node version to |
I feel stupid now :) Doing things with node.js is not my norm, but upgrading Node to v12 made it all work. Now I can figure out a decent way to do this change and work out how to do a PR (not something I normally do either). Waaay out of my comfort zone right now :P |
The thing is async-await functions made available in LTS since |
Currently the prompt only supports a type of 'password', is it possible to get this changed so that it can support any valid input type?
I currently have need for it to be 'type="number"' as the HTML page this is on is being viewed on a mobile device and I want the on-screen keyboard to only show up as a numeric keyboard.
The text was updated successfully, but these errors were encountered: