When OmniScript element has Address in the label so next to a Select element with Country in the label, the Chrome Autofill shows address suggestions on Address field. Choosing an address from autocomplete also fills the Select element with Country even if the Select element does not have that as a valid option.
Chrome Autofill is a browser specific feature. There is an HTML attribute "autocomplete" to specify type of autocomplete for fields. OmniScript provides Autocomplete support. But if this attribute is not provided, the autofill looks at the fields's label to provide autocompletions.
Use "autocomplete" attribute on text element of OmniScript to let the Chrome Autofill know the type of autocompletion - either set it to "off" or "street-address" or any other supported HTML attribute value.
Please refer below documentation for Autocomplete element property in OmniScript.
Autocomplete feature enable users to autocomplete values according to the user input information type. For example, adding Tel to a Telephone input element enables autocomplete for Telephone numbers.
For a full list of attributes, see https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete.
001498769

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.