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.
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:
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:
Also see: https://github.com/twbs/bootstrap/issues/33999
Additionally, a red * was added to required fields in add key form.
Add key form: