Admittedly a niche case, but we'd like to hide/show sensitive inputs with a mask using something like type="{ isHidden ? 'password' : 'text' }", but there's some interaction where the user can just no longer enter characters and the input doesn't handle the mask correctly
Admittedly a niche case, but we'd like to hide/show sensitive inputs with a mask using something like
type="{ isHidden ? 'password' : 'text' }", but there's some interaction where the user can just no longer enter characters and the input doesn't handle the mask correctly