You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to access the InputText to customize the border color and such for validation. I can do that through the inputClass attribute of Calendar. Everything work well and all is fine. Until you inspect it and saw that inputClass doesn't accept anything that is related to Vue, class style binding with Array or object doesn't shut down the error, it accepts nothing but pure string in order for the error to not shown. Again, all is fine, it's just that it's giving false warning.
tugcekucukoglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Feb 27, 2023
tugcekucukoglu
removed
the
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
label
Mar 9, 2023
Describe the bug
I need to access the InputText to customize the border color and such for validation. I can do that through the inputClass attribute of Calendar. Everything work well and all is fine. Until you inspect it and saw that inputClass doesn't accept anything that is related to Vue, class style binding with Array or object doesn't shut down the error, it accepts nothing but pure string in order for the error to not shown. Again, all is fine, it's just that it's giving false warning.
Reproducer
https://codesandbox.io/s/youthful-river-kgh9dm?file=/src/App.vue
PrimeVue version
3.4.2-SNAPSHOT
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Firefox
Steps to reproduce the behavior
Expected behavior
Giving it any kinds of Class Style Binding shouldn't show up any warning.
The text was updated successfully, but these errors were encountered: