mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-25 15:02:13 +00:00
config-tools: add validation trigger to get instant result
The validation triggers 'change' happens only when data input completed. Added 'blur', 'input', 'focus' to get instant result. Tracked-On: #7481 Signed-off-by: Zhou, Wu <wu.zhou@intel.com>
This commit is contained in:
parent
39490c72b1
commit
14ab083cc8
@ -268,7 +268,7 @@ export default {
|
||||
if (callback) return callback();
|
||||
return Promise.resolve();
|
||||
},
|
||||
trigger: 'change'
|
||||
trigger: ['blur', 'input', 'focus', 'change']
|
||||
}
|
||||
]
|
||||
} : {},
|
||||
|
Loading…
Reference in New Issue
Block a user