shershen08/emoji-vue

Maxlength prop feature

Closed this issue · 4 comments

Could you add a maxlength prop? I really miss it.

Or maybe do you have any ideas on how to limit max length

I didn't quite understand, what will be the usage of maxlength property.

Do you mean limit the amount of emojis icons to show ?
Or the maximum content of the input/textarea field?

maximum content of the input/textarea field

@Photoshopper you don't need a special emoji-vue feature for this, you can control the number of characters in your input/textarea via your own logic.

See this for example - https://codepen.io/CSWApps/pen/RQbvvp

You see, I need this for emoji-vue, not just for simple input/textarea