Unset Selected data repeater with data flow
Comments
-
What is the proper way to unset the selected item on a data repeater? I set a data flow to return the value for the selected line number to 0 and that did not work, I also tried returning it as null also without success.
-
Am I correct to assume that you would like the first entry in the data repeater, when displayed in a form, to not be highlighted by default when the form first opens?
If so, the following will prevent the first entry from automatically being highlighted:
[ul][li]Edit your data repeater[/li][li]Click on the input text box[/li][li]Under the "Properties" section, scroll down to "Behavior"[/li][li]In the Behavior sub section, locate the "Auto Select on Focus" check box and deselect it. [/li][/ul]