dobidi / bidify-rb

Add bidi support to HTML, helping to show RTL and LTR text in the correct direction regardless of the overall direction of the page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option for form support

ahangarha opened this issue · comments

Add an option for supporting form elements (rather than adding them manually using the including_tags option)

It should include:

  • input
  • textarea
  • label

Other form elements need more investigation.