本文介绍了UIInput组件的立即属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
HI
如果我要为UIInput组件添加true属性,并且UICommand按钮没有Instant属性.会怎样?请回答我以下的问题.
If I am adding the immediate attribute true for the UIInput component and UICommand button doesn't have the immediate attribute. What will be the flow? Please answer my below questions.
- 如果该UIInput包含无效数据,则错误将显示在屏幕上.
- 如果还有另一个具有即时属性的UIInput组件,如果它也包含无效数据,则会在屏幕上显示错误.
- 我知道验证将在申请请求"值阶段进行.唯一的验证是发生了还是转换也发生了?
请澄清我的疑问.
推荐答案
是的
是的
转换总是直接在同一阶段进行验证之前发生.
Conversion happens always directly before validation in the same phase.
这篇关于UIInput组件的立即属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!