bernat / best_in_place

A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem
http://blog.bernatfarrero.com/in-place-editing-with-javascript-jquery-and-rails-3/
1.2k stars 574 forks source link

pass html_attrs: {type: :number} not working #562

Open pynixwang opened 7 years ago

pynixwang commented 7 years ago

https://github.com/bernat/best_in_place/blob/master/lib/assets/javascripts/best_in_place.js#L406

this line is only select text input

damisul commented 7 years ago

I've did pull request some time ago to fix this. https://github.com/bernat/best_in_place/pull/544

But it seems that project is unmaintained

akshay-vishnoi commented 7 years ago

@seuros - We should have HTML5 support in the gem. Is anybody working on this feature?