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.11k stars 4.94k forks source link

[Input] > Action - missing / in input tag #6969

Closed ksinghj closed 4 years ago

ksinghj commented 4 years ago

Steps to Reproduce Go to Input > Action, look at the source code "show code"

Expected The Input should have a / at the end of the tag

<input />

Result The Input does not do this, missing /

<input > 

Source code on website :

<div class="ui action input" data-children-count="1">
  <input type="text" placeholder="Search..."> // < = HERE
  <button class="ui button">Search</button>
</div>

Testcase (fork this to get started) http://jsfiddle.net/rduvhn8u/1/