mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46:35 +00:00
Add input_text mode:password (#837)
This commit is contained in:
parent
42d11c5a3f
commit
d21c1bc615
@ -26,6 +26,8 @@
|
||||
value='{{value}}'
|
||||
auto-validate='[[stateObj.attributes.pattern]]'
|
||||
pattern='[[stateObj.attributes.pattern]]'
|
||||
type='[[stateObj.attributes.mode]]'
|
||||
|
||||
on-change='selectedValueChanged'
|
||||
on-tap='stopPropagation'
|
||||
placeholder='(empty value)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user