Input tests

This commit is contained in:
veeso
2021-03-06 15:46:11 +01:00
parent c1780230e9
commit 5b832cea8b
3 changed files with 198 additions and 20 deletions

View File

@@ -282,7 +282,7 @@ pub enum PropValue {
#[derive(Clone, Copy, PartialEq, std::fmt::Debug)]
pub enum InputType {
Text,
Signed,
Number,
Password,
}