mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
refactor: modificado tipo de una prop maxlenght
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
<InputGroup>
|
||||
<InputGroupTextarea
|
||||
bind:value={mensaje}
|
||||
maxlength="280"
|
||||
maxlength={280}
|
||||
placeholder="Alguna novedad?"
|
||||
onkeydown={handleKeydown}
|
||||
></InputGroupTextarea>
|
||||
|
||||
Reference in New Issue
Block a user