joshuacc / Ratify

0 stars 0 forks source link

Make it possible to call ratify on a non-form field container #8

Open joshuacc opened 12 years ago

drewkimrey commented 12 years ago

What is the scenario when you think this will be useful? For contenteditable?

joshuacc commented 12 years ago

Situations like this where there isn't a form associated because it's being handled entirely client side and doesn't send anything to the server.

<div>
    <input type="text" title="standalone input element" />
</div>
drewkimrey commented 12 years ago

fair enough. I think we should avoid contenteditable for the time being, as it doesn't really matter in our app.