Working on input

This commit is contained in:
veeso
2021-03-04 15:03:29 +01:00
parent f3cbbb8d81
commit 135d947c39
5 changed files with 306 additions and 13 deletions

View File

@@ -286,7 +286,7 @@ impl Default for TextParts {
/// ## InputType
///
/// Input type for text inputs
#[derive(Clone, PartialEq, std::fmt::Debug)]
#[derive(Clone, Copy, PartialEq, std::fmt::Debug)]
pub enum InputType {
Text,
Number,