mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
add sensitive input status code support
This commit is contained in:
parent
a15738f391
commit
861046e162
8 changed files with 231 additions and 18 deletions
|
|
@ -11,7 +11,7 @@ pub struct Form {
|
|||
|
||||
impl Form {
|
||||
// Construct
|
||||
pub fn new_arc(action_update: Arc<SimpleAction>, is_sensitive_input: bool) -> Arc<Self> {
|
||||
pub fn new_arc(action_update: Arc<SimpleAction>) -> Arc<Self> {
|
||||
// Init widget
|
||||
let widget = Widget::new_arc(action_update);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue