Skip to content

Instantly share code, notes, and snippets.

@cue232s
Last active December 14, 2015 21:40
Show Gist options
  • Save cue232s/5153032 to your computer and use it in GitHub Desktop.
Save cue232s/5153032 to your computer and use it in GitHub Desktop.
I'd like to make my input method have output like this.. how do i get formtastic to do this?
<div class="control-group">
<label class="control-label" for="focusedInput">Focused input</label>
<div class="controls">
<input class="input-xlarge focused" id="focusedInput" type="text" value="This is focused…">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment