Files
Bubberstation/code/modules/tgui_input
Aylong 4dbeb010fe [516] Fix TGUI input text max_length (#90039)
## About The Pull Request
Fixes default max_lenght on TGUI input text.
Chromium ignores symbols in maxlength attribute, so instead of infinity
it was... 1.

Without setting attribute, it was literally infinite (close enough)

![image](https://github.com/user-attachments/assets/7a6c643c-c43c-4bad-bd26-b8b22145a3d9)

Closes #89331

## Why It's Good For The Game


![image](https://github.com/user-attachments/assets/8421f8af-5bf7-45bf-bd2e-1d54e3f98c6d)

## Changelog

🆑
fix: Fixed TGUI text inputs, that's allows only 1 symbol instead
infinity
/🆑
2025-03-15 11:37:43 -07:00
..