👨‍💻 [minnumber ec] and [maxnumber ec] - NazimMertBilgi/nmb-empty-control GitHub Wiki

It is possible to use a minimum and maximum number of attachments together.

minnumber-ec="number" , maxnumber-ec="number"

Example

<input type="number" required-ec="warning" minnumber-ec="10" maxnumber-ec="50" />

In this case, the user is expected to have at least 10 and a maximum of 50 entries. If not, the button does not activate, the warning is given.