The power of the HTML5 inside Construct 3. Create HTMLElements, handle events and manage CSS style.
Hi! Thanks for the response!
I'm only using it because of the scroll bar actually. Seemed like an easy solution and the only one I could find that I didn't had to do much. I'm using it for a replacement of the Text object actually, not the TextInput. Although I'm using both. How can I style it?
Thanks a lot!
EDIT: Oh! you meant I can use the TextInput, set it to read only and use that CSS plugin also made by you? That may work too! then I can set it to overflow-y:scroll. Is that it?
EDIT2: BTW, thank you soo much for the workaround file :D I will also check the CSS plugin. Thank you so much.
raw.githubusercontent.com/el3um4s/strani-anelli-blog/master/_posts/2020/2020-02-20-come-aggiungere-stili-css-a-input-text-con-construct-3/text-input-css-vanilla.c3p
If you have only one TextInput to stylize, you can use only vanilla Construct3
Thanks once again!