remove input length constraints for prompt

This commit is contained in:
hippoz 2022-08-31 20:19:47 +03:00
parent 15d22f261c
commit c549823e37
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -41,7 +41,7 @@
<label class="input-label">
{ valueName }
<input class="input full-width" minlength="1" maxlength="32" bind:value={ userInput } />
<input class="input full-width" bind:value={ userInput } />
</label>
<div class="modal-footer">