Hello Isomorphic,
I attempt to achieve following behavior at ComboBoxItem with addUnknownValues == false. When user input does not match any option, I need user enetered text to remain in place and user to be forced to stay in the field until value is corrected or "ESC" is explicitly pressed to revert to original value. Desirably some special CSS styling to be applied to an invalid text. Alternatively, some hint text or even message could be shown to user. This request is relevant for both ValueMap and DataSource - bound combo boxes. I'm digging through documentation and source code and do not find how to implement such behavior. Could you please direct me?
I attempt to achieve following behavior at ComboBoxItem with addUnknownValues == false. When user input does not match any option, I need user enetered text to remain in place and user to be forced to stay in the field until value is corrected or "ESC" is explicitly pressed to revert to original value. Desirably some special CSS styling to be applied to an invalid text. Alternatively, some hint text or even message could be shown to user. This request is relevant for both ValueMap and DataSource - bound combo boxes. I'm digging through documentation and source code and do not find how to implement such behavior. Could you please direct me?
Comment