reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Create pc.password component

Open picklelo opened this issue 3 years ago β€’ 0 comments

This can just be a shorthand for

pc.input(type_="password")

but we can also have nice features like automatically hashing the value before storing it in the state, so we never store raw passwords.

picklelo avatar Jan 14 '23 03:01 picklelo