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 572 forks source link

Change default prompt for non-input types #476

Open vzelenko opened 9 years ago

vzelenko commented 9 years ago

I have been unable to use 'place_holder' option to override the default '-' prompt with custom message for ':select' and ':date' types. Any suggestions?

vzelenko commented 9 years ago

Seems like :display_with option helps.