-
Notifications
You must be signed in to change notification settings - Fork 7
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(form-field-label-indicator): add none variant #867
Conversation
Demo will be published at https://apps.inindca.com/common-ui-docs/genesys-webcomponents/feature/COMUI-3409 |
@@ -112,16 +112,50 @@ <h2>Examples</h2> | |||
</fieldset> | |||
|
|||
<fieldset> | |||
<legend>Optional Indicator Mark</legend> | |||
<legend>Indicator Mark</legend> |
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.
@katie-bobbe-genesys I don't think there was anything wrong with the component just that the documentation/example was a little confusing.
I have made a change to the text-area
form field component example and if others agree it is clearer I will duplicate it in the other form field components
packages/genesys-spark-components/src/components/stable/gux-form-field/gux-form-field.types.ts
Show resolved
Hide resolved
...ponents/src/components/stable/gux-form-field/components/gux-form-field-textarea/example.html
Outdated
Show resolved
Hide resolved
71f7ed6
to
cffbf74
Compare
...components/src/components/stable/gux-form-field/components/gux-form-field-color/example.html
Outdated
Show resolved
Hide resolved
addd none variant ✅ Closes: COMUI-3409
cffbf74
to
0f1a95f
Compare
addd none variant
✅ Closes: COMUI-3409