Limit the length of property names and values to 60 chars (#6587)

This commit is contained in:
luisδμ 2025-05-30 16:15:18 +02:00 committed by GitHub
parent 0552ef55cf
commit ad26efaa5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 36 additions and 13 deletions

View file

@ -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