biud436 / MV

🏰 This plugin package includes helpful features to get you on your way to create your game in RPG Maker MV.
MIT License
64 stars 51 forks source link

feat: added a new property named maxLength to input #36

Closed biud436 closed 12 months ago

biud436 commented 12 months ago

https://github.com/biud436/MV/blob/36d1713a81a4cfa2e1c296e972715ec8f2f46cce/RS_Window_KorNameEdit.js#L720-L742

We will be going to add a new property named maxLength to a tag called input that is created from the javascript.

Because it is possible to input a new character even if the max length is over in currently.