Hey everybody,
Currently i use a dropdown tab with the advancedformat:
{maxItemCount: 2} Now i get the message "only 2 values can be added" Is it possible to change the text? i am making an application for dutch people
Thanks!
Hi Stefan,
You can use the "maxItemText" option in the advanced format to customize the message. Example:
"{
maxItemCount: 2,
maxItemText: 'Er kunnen slechts 2 waarden worden toegevoegd'
}"
Thank you!