h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.9k stars 323 forks source link

feat: Add reveal button to password textbox #1977 #2198

Closed marek-mihok closed 7 months ago

marek-mihok commented 7 months ago

The PR fulfills these requirements: (check all the apply)


https://github.com/h2oai/wave/assets/23740173/62da9396-2306-4243-9dd5-b4bf2d37b4c3

Updated API description for password prop:

  /** True if the text box should hide text content unless it is revealed by the eye icon. */
  password?: B

image

Closes #1977