mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-05 01:52:17 +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))
|
@readonly(toBool($definition->is_readonly))
|
||||||
/>
|
/>
|
||||||
@elseif ($type === 'number')
|
@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"
|
id="{{ $input_id }}"|if="$input_id" class="number rx_ev_number"
|
||||||
style="{{ $definition->style }}"|if="$definition->style"
|
style="{{ $definition->style }}"|if="$definition->style"
|
||||||
value="{{ strval($value) !== '' ? $value : strval($default) }}"
|
value="{{ strval($value) !== '' ? $value : strval($default) }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue