overextended / ox_lib

A FiveM resource and script library for Lua and JS.
https://overextended.dev/ox_lib
GNU Lesser General Public License v3.0
282 stars 378 forks source link

feat(interface/textarea): min / max length for textarea #578

Closed Tynopia closed 3 weeks ago

Tynopia commented 1 month ago

Hello,

I've implemented a minimum or maximum length for the textarea to enhance the security of our data persistence.

image

Tynopia commented 1 month ago

Documentation: https://github.com/overextended/overextended.github.io/pull/186

Tynopia commented 1 month ago

@thelindat Is there something why nothing happens here

Tynopia commented 3 weeks ago

@LukeWasTakenn

LukeWasTakenn commented 3 weeks ago

I don't like the look of the native html validation tooltips so this is something that would have to wait for the improved form error handling for the input dialog in the future.