Add helper_text to TextInput (previously TextEdit)

This commit is contained in:
2024-03-15 12:24:42 +01:00
parent c746fb6552
commit 01f589e789
5 changed files with 136 additions and 71 deletions

View File

@@ -8,5 +8,5 @@ pub mod loading;
pub mod login;
pub mod main_window;
pub mod spinner;
pub mod text_field;
pub mod text_input;
pub mod wallpaper;