primevue icon indicating copy to clipboard operation
primevue copied to clipboard

InputText: unstyled on CDN

Open trajano opened this issue 9 months ago • 5 comments

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

  1. go to https://jsfiddle.net/970nwp6e/2/
  2. Click RUN

Expected behavior

I expect the text field to be styled.

trajano avatar May 08 '24 20:05 trajano

Updated because unpkg seems to be down today

https://jsfiddle.net/970nwp6e/3/

trajano avatar May 08 '24 20:05 trajano

FYI it worked on 3.12.6

https://jsfiddle.net/3r0m7ntL/

trajano avatar May 08 '24 20:05 trajano

Just did a few experiments

Things started breaking around 3.30.2 image

Things up to 3.29.2 still align correctly

image

trajano avatar May 08 '24 21:05 trajano

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.

trajano avatar May 08 '24 21:05 trajano

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/

trajano avatar May 08 '24 21:05 trajano