Last active
December 14, 2015 21:40
-
-
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?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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