werein / x-editable-rails

Edit fields easily with X-Editable helper

Home Page:https://wereinhq.com/guides/x-editable-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release time?

d4mk0 opened this issue · comments

Guys I have spent a lot of time for debugging my problem in code like this:

editable region, :country_id, source: countries.map { |country| { value: country.id, text: country.name } }, value: region.country.name

In release v1.5.5 it works incorrect, when i click on field, he doesn't find value in sources array...
But in master tree here it works really great with Rails 5.0.5.

May be its time for new release?

Hi,

sure thing :)

Bumped ;)

Very nice job! Thank you!!!
Also please dup this release to github release/tag pages.