Skip to content

Commit 8feddbe

Browse files
committed
fixes
1 parent c6fabd0 commit 8feddbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/token/ResponseSettingsCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<label for="response-status" class="block text-sm font-medium text-gray-700 dark:text-gray-300">
3131
Status code
3232
</label>
33-
<UInput id="response-status" v-model="responseStatus" type="number" :min="100" :max="599"
33+
<UInput id="response-status" v-model="responseStatus" type="text" inputmode="numeric"
3434
placeholder="200" :disabled="loading" size="md" class="w-full" />
3535
</div>
3636

0 commit comments

Comments
 (0)