#Remove input placeholder error and its color

4 messages · Page 1 of 1 (latest)

manic ridge
#
    "&::placeholder": {
         display: error ? "none" : "block",
        color: floating ? undefined : "transparent",
      },
    },

i tried doing this using createstyles but non of them is working ..

manic ridge