-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Structure enhancements #6109
Structure enhancements #6109
Conversation
Checkbox styles update RadioButton structure update Checkbox default styles Radio button typo fix and api doc update Updated apidoc files InputSwitch structure update Removed unnecessary debugging lines Added readonly and invalid props ToggleButton structure update Tristatecheckbox structure update
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Ignored Deployments
|
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
@melloware We are updating our structures to be just like primevue for tailwind primereact so we don't need focused stated and some other things. |
Awesome! |
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
Structures Updated
Affected Components;
Changes;
Checkbox
Removed
hiddenInputWrapper
andhiddenInput
frompt
optionsclick
focus
andblur
from emitsfocused
stateAdded
box
topt
optionsRadioButton
Removed
hiddenInputWrapper
andhiddenInput
frompt
optionsclick
focus
andblur
from emitsfocused
stateAdded
box
topt
optionsTriStateCheckbox
Removed
hiddenInputWrapper
,hiddenInput
andcheckbox
frompt
optionsclick
focus
andblur
from emitsfocused
stateAdded
box
andinput
topt
optionsreadonly
to propsInputSwitch
Removed
hiddenInputWrapper
andhiddenInput
frompt
optionsclick
focus
andblur
from emitsfocused
stateAdded
input
topt
optionsToggleButton
Removed
hiddenInputWrapper
andhiddenInput
frompt
optionsclick
focus
andblur
from emitsfocused
stateAdded
input
andbox
topt
optionsreadonly
to props