mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Working on input
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user