Use trame_facade's InputField
Summary of Changes
Uses trame_facade.components.InputField
. This should reduce the complexity of the input helper class we're using here and in the SANS app, while also providing automatic cross-field validation and visual marking of required fields.
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
Additional Notes
Someone should probably go through the TOPAZ application and mark required fields as required in the inputs, but I don't know enough about it right now to feel comfortable including that in this MR.