Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.09k stars 4.95k forks source link

dropdown menu code example missing a closing tag/indicator #7031

Open NickKarsant opened 3 years ago

NickKarsant commented 3 years ago

✖ USAGE QUESTIONS → Use these dedicated resources: Docs - http://www.semantic-ui.com Chat - https://gitter.im/Semantic-Org/Semantic-UI SO - https://stackoverflow.com/questions/tagged/semantic-ui?sort=votes

CURRENT ISSUE < div class="ui selection dropdown"> < input type="hidden" name="gender">CLOSING TAG OR / IS MISSING HERE. < i class="dropdown icon"> < div class="default text">Gender

< div class="menu"> < div class="item" data-value="1">Male < / div> < div class="item" data-value="0">Female< / div> < /div> < / div >

SUGGESTED FIX

< input type="hidden" name="gender"/ >