You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dirtylarry:input() doesn't have a parameter to control the content of input field. I tried to set the text of input_field/content by using gui.set_text(), but it didn't do anything.
The text was updated successfully, but these errors were encountered:
Again, it makes sense to have this function natively in the library, I'll see when I have time to add it, unless you feel the urge to make a PR for it. 🙂
Just created a pull request for that. In the spirit of the rest of the library (as I understand it), the text is set through an extra parameter to the dirtylarry:input() method. The existing Lua code that uses the library should still work without any changes.
dirtylarry:input() doesn't have a parameter to control the content of input field. I tried to set the text of input_field/content by using gui.set_text(), but it didn't do anything.
The text was updated successfully, but these errors were encountered: