mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Disable autocomplete and autocapitalize for password extravar input
This commit is contained in:
parent
c855440893
commit
f29080bb62
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
id="{{ $input_id }}"|if="$input_id" class="password rx_ev_password"
|
||||
style="{{ $definition->style }}"|if="$definition->style"
|
||||
value="{{ strval($value) !== '' ? $value : strval($default) }}"
|
||||
autocomplete="off" autocapitalize="none"
|
||||
@required(toBool($definition->is_required))
|
||||
@disabled(toBool($definition->is_disabled))
|
||||
@readonly(toBool($definition->is_readonly))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue