Changed Unumber and Number names

This commit is contained in:
veeso
2021-03-06 15:10:54 +01:00
parent b90953f65e
commit c1780230e9
4 changed files with 8 additions and 8 deletions

View File

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