mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Add decimal inputmode
This commit is contained in:
@@ -486,6 +486,7 @@
|
|||||||
{#if setting.type === "number"}
|
{#if setting.type === "number"}
|
||||||
<input
|
<input
|
||||||
class="input"
|
class="input"
|
||||||
|
inputmode="decimal"
|
||||||
type={setting.type}
|
type={setting.type}
|
||||||
id="settings-{setting.key}"
|
id="settings-{setting.key}"
|
||||||
min={setting.min}
|
min={setting.min}
|
||||||
|
|||||||
Reference in New Issue
Block a user