Bug 1590739

Summary: [online-stg] Pro registration html put text and value into opposite place for region name autosuggestion
Product: OpenShift Online Reporter: XiaochuanWang <xiaocwan>
Component: WebsiteAssignee: Abhishek Gupta <abhgupta>
Status: NEW --- QA Contact: yasun
Severity: low Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description XiaochuanWang 2018-06-13 09:55:20 UTC
Description of problem:
User register a Pro plan, on region page, try to input both English character and special spelling, it suggest the special spelling

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. User register a Pro plan, on region page, try to input both English character and special spelling 

Actual results:
The value and text are put into opposite place. 
<option .... data-alternative-spellings="CI Cote dIvoire">Côte d'Ivoire</option>

Expected results:
<option .... data-alternative-spellings="Côte d'Ivoire">CI Cote dIvoire</option>

Additional info:

Comment 1 XiaochuanWang 2018-06-19 09:55:12 UTC
This one is also wrong:
<option value="RE" data-currency="usd" data-region="" data-postcode="Postcode" data-alternative-spellings="RE Reunion">Réunion</option>