Room-Elephant / extension-chrome-key-retriever

Boost your web development productivity with this feature-rich extension. Gain complete visibility into the session, local, and cookie storage keys of your websites. Explore advanced functionalities like modifying these storage values and monitoring keys and sub keys effortlessly.
https://key-retriever.room-elephant.com/
Apache License 2.0
11 stars 2 forks source link

fix: remove placeholders and add required flag to labels #43

Closed Marianarodrigues7 closed 1 year ago

Marianarodrigues7 commented 1 year ago

This PR removes placeholders of fields in add key form.

Reason: This change was needed due to an incompatibility behavior of bootstrap with floating labels + placeholders. Basically, enabling placeholders (like we did) would make the label look like a value and only would show a placeholder when the input was focused. We tried some workarounds but none met our expectations of how these floating labels should work - we wanted something like material ui behaviour:

image

Also see: https://github.com/twbs/bootstrap/issues/33999

Additionally, a red * was added to required fields in add key form.

Add key form:

image