Here's a basic fiddle of my issue. Is there any way to achieve a text overflow ellipsis just into the input and a full text when the input is focused like screenshot below?
I tried primeflex related classes but no one seems to achieve my goal.
Applied also below property trying at least to achieve the label to be partially hidden:
overflow-x: hidden;
which correctly hides the overflowing text but unfortunately hides the float label when the input is focused.
Any ideas?