remove input length constraints for prompt
This commit is contained in:
parent
15d22f261c
commit
c549823e37
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue