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