You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<formclass="uk-form-horizontal" method="POST"><divclass="uk-margin"><labelfor="inp_created_by" class="uk-form-label uk-text-bold uk-text-muted uk-text-uppercase uk-text-small">
Created by
</label><divclass="uk-form-controls"><inputtype="hidden" name="created_by" value="jd"><spanclass="form-text">John Doe</span></div></div><divclass="uk-margin"><divclass="uk-form-controls"><inputtype="submit" name="submit" value="Save" class="uk-button uk-button-primary" /></div></div></form>
Tip: The form element will collapse if you output an empty string as here: <span class="form-text"></span>, you can fix this by outputting a no-breaking space for empty strings: <span class="form-text"> </span>
The text was updated successfully, but these errors were encountered:
Form documentation: https://getuikit.com/docs/form
Consider also adding it to https://getuikit.com/docs/text.
<span class="form-text"></span>
Sample code:
Tip: The form element will collapse if you output an empty string as here:
<span class="form-text"></span>
, you can fix this by outputting a no-breaking space for empty strings:<span class="form-text"> </span>
The text was updated successfully, but these errors were encountered: