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

Testing: Schemas - Simple #1422

Open
znicholasbrown opened this issue May 16, 2023 · 0 comments
Open

Testing: Schemas - Simple #1422

znicholasbrown opened this issue May 16, 2023 · 0 comments

Comments

@znicholasbrown
Copy link
Contributor

znicholasbrown commented May 16, 2023

The following property types/formats (and options) should be matched to the appropriate components / attrs:

  • string - PTextInput
    • minLength - min
    • maxLength - max
    • password - type=password
  • date - PDateInput
  • date-time - PDateInput (with show-time attr)
  • time-delta - PNumberInput
  • number - PNumberInput
    • minimum - min
    • maximum - max
    • multipleOf - step
  • integer - PNumberInput with whole-number step
    • minimum - min
    • maximum - max
    • multipleOf - step
  • json-string - PCodeInput (with lang=json attr)
  • boolean - PToggle
  • null - just a warning message, no component needed
@znicholasbrown znicholasbrown added this to the Testing: Schemas milestone May 16, 2023
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

No branches or pull requests

1 participant