-
Notifications
You must be signed in to change notification settings - Fork 35
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
📖 Help: KolRadioButton hint #6455
Labels
help wanted
Extra attention is needed
Comments
Soll:
type Option<T> = {
label: "Deutschland",
value:? T,
}
type RadioOption<T> = Option<T> & {
description:? string
} |
anicyne
added a commit
that referenced
this issue
Aug 2, 2024
anicyne
added a commit
that referenced
this issue
Aug 5, 2024
sdvg
added a commit
that referenced
this issue
Aug 8, 2024
anicyne
added a commit
that referenced
this issue
Aug 8, 2024
anicyne
added a commit
that referenced
this issue
Aug 8, 2024
…m/public-ui/kolibri into 6455-radiobutton-hint-improvement Refs: #6455
anicyne
added a commit
that referenced
this issue
Aug 9, 2024
anicyne
added a commit
that referenced
this issue
Aug 9, 2024
anicyne
added a commit
that referenced
this issue
Aug 9, 2024
sdvg
added a commit
that referenced
this issue
Aug 27, 2024
…dropdown-clipping-shadow-dom * 'develop' of github.com:public-ui/kolibri: Update all snapshots$ $ Refs: #6455 fix: adjusted code based on review fix: adjusted code based on review Update all snapshots$ $ Refs: #6455 Add more option descriptions to sample fix format error fix format errors Update all snapshots$ $ Refs: #6455 Translate input-radio labels and options to English. Fix input-radio test Update all snapshots$ $ Refs: #6455 Update input-radio with hint and description
sdvg
added a commit
that referenced
this issue
Aug 27, 2024
…e-selection-radio * 'develop' of github.com:public-ui/kolibri: (31 commits) Update all snapshots$ $ Refs: #6455 Remove ID attribute from associated form fields Revert change Update Readme files Update all snapshots$ $ Refs: #6341 chore: remove branch param fix: format Set default spinner color to black remove duplicate ids aside scrollable fix format changed color danger button Correct capitalization translate property names Example with font icons in the table Update all snapshots$ $ Refs: #6705 Adjusted code based on review fix: adjusted code based on review Update all snapshots$ $ Refs: #6705 fix: adjusted code based on review ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hilfeanfrage
RadioButton-Komponent bietet einen "_hint" Property, aber es erlaubt nur ein string und deshalb es ist dasselbe fur jede Option:
ist es moglich dass jede Optione andere hint hat?
The text was updated successfully, but these errors were encountered: