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

[next] feat(NcDialog): Allow to make the dialog a form #5945

Merged
merged 2 commits into from
Aug 22, 2024
Merged

Commits on Aug 21, 2024

  1. feat(NcDialog): Allow to make the dialog a form

    This allows us to make simple small dialogs like asking for a password,
    asking for a filename or similar while having proper HTML semantics
    and native form validation.
    
    Co-authored-by: Grigorii K. Shartsev <[email protected]>
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux and ShGKme committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3004a9d View commit details
    Browse the repository at this point in the history
  2. fix(NcInputField): Do not overwrite invalid state border color

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    54201a3 View commit details
    Browse the repository at this point in the history