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

Add Number Input (validation) #849

Open
wants to merge 7 commits into
base: 2.1.x
Choose a base branch
from

Commits on Aug 7, 2023

  1. feat: adding number input type

    Nicola Di Falco committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    10cf51f View commit details
    Browse the repository at this point in the history
  2. feat: adding documentation

    Nicola Di Falco committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    bda104c View commit details
    Browse the repository at this point in the history
  3. feat: adding required on number input

    Nicola Di Falco committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    329067f View commit details
    Browse the repository at this point in the history
  4. feat: better handling of input validation for number

    Nicola Di Falco committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c98d203 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. fix: add required import for jdk8

    Nicola Di Falco committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2c432c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. fix: display required only if no default value

    Nicola Di Falco committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7b9a232 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fix: remove var usage

    Use class instead of var to be java 8-compliant
    Nico-DF authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    24f267a View commit details
    Browse the repository at this point in the history