primevue
primevue copied to clipboard
InputText: unstyled on CDN
Describe the bug
Using primevue on CDN, the inputtext
remains unstyled the others like calendar
seem to work
Reproducer
https://jsfiddle.net/970nwp6e/2/
PrimeVue version
3.52
Vue version
3.x
Language
ES5
Build / Runtime
Vue CLI App
Browser(s)
Firefox, Microsoft Edge
Steps to reproduce the behavior
- go to https://jsfiddle.net/970nwp6e/2/
- Click RUN
Expected behavior
I expect the text field to be styled.
FYI it worked on 3.12.6
https://jsfiddle.net/3r0m7ntL/
Just did a few experiments
Things started breaking around 3.30.2
Things up to 3.29.2 still align correctly
The problem is if I downgrade that far the p-calendar does not allow manual input which was what prompted the upgrade in the first place.
I eventually worked around it by locking the input text and only inputtext to 3.29.2
Which allowed me to get the fix for the p-calendar while retaining the theming of inputtext
https://jsfiddle.net/gt3nkL51/