Search code examples
twitter-bootstrapsimple-formtwitter-bootstrap-rails

Simpleform + bootstrap: getting rid of the ellipsis and hover text for required fields


I recently upgraded simpleform and bootstrap, which I'm using together. My required fields now have ellipses underneath the asterisks, and when users hover, they get a tooltip.

How can I customize or remove that behavior?


Solution

  • I just made the wrapper class of the ellipses have display: none.