We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fabd0 commit 8feddbeCopy full SHA for 8feddbe
1 file changed
app/components/token/ResponseSettingsCard.vue
@@ -30,7 +30,7 @@
30
<label for="response-status" class="block text-sm font-medium text-gray-700 dark:text-gray-300">
31
Status code
32
</label>
33
- <UInput id="response-status" v-model="responseStatus" type="number" :min="100" :max="599"
+ <UInput id="response-status" v-model="responseStatus" type="text" inputmode="numeric"
34
placeholder="200" :disabled="loading" size="md" class="w-full" />
35
</div>
36
0 commit comments