primereact icon indicating copy to clipboard operation
primereact copied to clipboard

Float Label: Styles in unstyled mode

Open ivanpajon opened this issue 2 years ago • 2 comments

Describe the bug

When apply unstyled mode with Tailwind default float labels of most components doesn't work properly.

Reproducer

https://stackblitz.com/edit/unstyled-float-label?file=src%2FApp.js

PrimeReact version

10.2.1

React version

18.x

Language

TypeScript

Build / Runtime

Create React App (CRA)

Browser(s)

All

Steps to reproduce the behavior

  1. Open Stackblitz
  2. See rendered components and its float label

Expected behavior

Float label with default styles. Or a precise guide in how to style properly float labels in unstyled mode.

ivanpajon avatar Dec 24 '23 23:12 ivanpajon

Thanks for the reproducer definitely looks like the p-float-label does not have its proper affect with Tailwind.

melloware avatar Dec 25 '23 13:12 melloware

@Dalorzo any interest in helping with this one? We need to figure out Tailwind CSS to make FloatLabel work.

melloware avatar Jan 13 '24 12:01 melloware