-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(OnyxFormElement): Implement success messages to OnyxFormElement #2050
base: main
Are you sure you want to change the base?
feat(OnyxFormElement): Implement success messages to OnyxFormElement #2050
Conversation
|
* Configures if success state is shown. | ||
* When `true`, success state will be shown. | ||
* When `false`, success state will never be shown. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am unsure if we want the success state to be shown for all form elements at once.
I would like to ask @jannick-ux if that is a use-case we want to support, or if it only should be used sporadically.
* Configures if success state is shown. | |
* When `true`, success state will be shown. | |
* When `false`, success state will never be shown. | |
* Toggle success state for all form elements. |
…3-Implement-success-messages-to-OnyxFormElement
Relates to #573
Implement success messages to OnyxFormElement and success state of OnyxInput