best_in_place icon indicating copy to clipboard operation
best_in_place copied to clipboard

rough try at addressing html5 types

Open tommasop opened this issue 9 years ago • 1 comments

I'm trying to use a form input with type number.

This small patch solves the issue.

This is my first pull request so I don't know if this is a rough implementation that breaks something else.

My implementation is working fine with standard text and number inputs (defined through html_attrs: {type: 'number'} )

tommasop avatar Apr 08 '15 10:04 tommasop

I guess this can solve my problem, https://github.com/bernat/best_in_place/issues/559

I'll give it a try later

thiago-negri avatar Sep 28 '16 16:09 thiago-negri