-1

I can not find dedicated (text) edit (input) component in Bootstrap suite. What is the best practice for using edit (input) components in Bootstrap powered projects? It isn't be nice if edit components looks and behaves differently from the other components in form.

TomR
  • 2,696
  • 6
  • 34
  • 87
  • What do you mean by "edit components"? text boxes? input fields? – Shank Jul 04 '16 at 20:08
  • text box, input field for text. Bootstrap seems to be so standartized and it has answer to almost any problem, so - I wanted to do this Bootstrap-style. I have no specific need, simply, I want to follow the best practice. – TomR Jul 04 '16 at 20:28

1 Answers1

1

All <input> types (single line input) and <textarea> (multi-line input) are styled in Bootstrap.

See the Documentation.

There are no other best practices specific to TWBS. Remember, Bootstrap is a framework ... your UX is built on top of it, so UI is defined by you.