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"}
|
||||
<input
|
||||
class="input"
|
||||
inputmode="decimal"
|
||||
type={setting.type}
|
||||
id="settings-{setting.key}"
|
||||
min={setting.min}
|
||||
|
||||
Reference in New Issue
Block a user