vRP-framework / vRP

FiveM (http://fivem.net) RP addon/framework
https://vrp-framework.github.io/vRP
MIT License
291 stars 190 forks source link

Change Tab input #363

Closed VIILegione closed 6 years ago

VIILegione commented 6 years ago

How i can change the tab input on gui? The input for advance step. (Es: Name in identity)

ImagicTheCat commented 6 years ago

vRP.prompt is required to handle multilines (so textarea), there is not TAB key event handled, it's a trick using blur. https://github.com/ImagicTheCat/vRP/blob/fxserver/vrp/gui/WPrompt.js#L11