mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-29 11:21:49 -05:00
Update models and components for dynamic input list component
This commit is contained in:
@@ -21,6 +21,7 @@ function AtInputTextController () {
|
||||
|
||||
scope.config.state = scope.config.state || {};
|
||||
state = scope.config.state;
|
||||
state.required = scope.config.options.required;
|
||||
|
||||
if (scope.tab === '1') {
|
||||
input.focus();
|
||||
|
||||
Reference in New Issue
Block a user