shershen08 / emoji-vue

Add emoji keyboard to your vuejs project
MIT License
141 stars 24 forks source link

Maxlength prop feature #3

Closed Photoshopper closed 6 years ago

Photoshopper commented 6 years ago

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

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

shershen08 commented 6 years ago

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?

Photoshopper commented 6 years ago

maximum content of the input/textarea field

shershen08 commented 6 years ago

@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

Photoshopper commented 6 years ago

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