Add Number Input (validation)#849
Conversation
bbfcee4 to
c98d203
Compare
|
@jvalkeal this looks like a good addition - any reason why it has not been merged ? Or is there a way we can add custom input handlers |
|
This is a nice addition indeed! I will plan it for the next major release 4.0. Can you please update and rebase the PR on the latest Thank you upfront. |
24f267a to
fc1febf
Compare
cf89d78 to
ce584d3
Compare
Updated, but I couldn't rengenerate properly antora nor regenerate some asciinema (no WSL/linux at disposal), so did the best I can rn |
|
No problem, I will take care of that. Thank you for the updates! I will check in details once we start working on v4. |
|
Hi @Nico-DF I think we can proceed and merge this PR now. Can you please rebase it on the latest Please exclude the changes in samples, they are outdated. Thank you upfront. |
Signed-off-by: Nicola Di Falco <difalco.nicola@gmail.com>
Signed-off-by: Nicola Di Falco <difalco.nicola@gmail.com>
ce584d3 to
50691a8
Compare
|
Aaand also done. I'll check if there is any issue more likely tomorrow |
|
Thank you for the updates! Rebased and merged. Thank you for your contribution 👍 |
Adding a new type of input: NumberInput
It defaults to Integer and is basically a StringInput with a validation (similar to ConfirmInput)