mirror of
https://github.com/penpot/penpot.git
synced 2025-07-26 09:07:25 +02:00
✨ Limit the length of property names and values to 60 chars (#6587)
This commit is contained in:
parent
0552ef55cf
commit
ad26efaa5d
8 changed files with 36 additions and 13 deletions
|
@ -259,7 +259,7 @@
|
|||
:data-testid "combobox-input"
|
||||
:max-length (d/nilv max-length max-input-length)
|
||||
:disabled disabled
|
||||
:value selected-value
|
||||
:value (d/nilv selected-value "")
|
||||
:placeholder placeholder
|
||||
:on-change on-input-change
|
||||
:on-click on-input-click
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue