mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Change number extravar input to <input type="text" inputmode="numeric">
This commit is contained in:
parent
20f6703f79
commit
c855440893
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
@readonly(toBool($definition->is_readonly))
|
||||
/>
|
||||
@elseif ($type === 'number')
|
||||
<input type="number" name="{{ $input_name }}"
|
||||
<input type="text" inputmode="numeric" name="{{ $input_name }}"
|
||||
id="{{ $input_id }}"|if="$input_id" class="number rx_ev_number"
|
||||
style="{{ $definition->style }}"|if="$definition->style"
|
||||
value="{{ strval($value) !== '' ? $value : strval($default) }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue