Add autoscrolling support
Summary of Changes
Adds an autoscroll
type to InputField
. This type creates a textarea and injects the JS from the SANS/TOPAZ GUI autoscrollers into the page. This JS is called both whenever the user scrolls the textarea and when the associated v-model
is changed.
Checklist
-
The MR has a clear and concise title -
Code is self-documented and follows style guidelines. -
Automated tests are written and pass successfully. -
Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable) -
Readme file is present and up-to-date.
Documentation Updates
https://nova-application-development.readthedocs.io/en/latest/api.html#trame_facade.components.InputField.new has a description of the new input type.
Additional Notes
Closes #13 (closed)