sencha-extjs-examples / QuickStart

Ext JS Quick Start application example
50 stars 25 forks source link

Changing employees "Office Location" in selectfield updates grid with [object Object] instead of actual value #1

Open ikolomiets opened 7 years ago

ikolomiets commented 7 years ago

I used QuickStart as sample for my own webapp and then ran into an issue with selectfield's binding. I though it was me doing something wrong until I noticed that original QuickStart demo has the same issue. Please help fixing this until lost my enthusiasm with ExtJS :(

screenshot from 2017-04-06 11 26 14

gregbarry commented 7 years ago

Hey ikolomiets! I'm looking into it now.

gregbarry commented 7 years ago

We've added a workaround to the store, but this should work without further interrogation. We've filed a bug and made it a blocker for our next release. Thanks!

ikolomiets commented 7 years ago

It's a known issue: https://www.sencha.com/forum/showthread.php?336709-Modern-6-2-Selectfield-with-bind-takes-a-value-but-returns-model-record

gregbarry commented 7 years ago

Thanks for the head's up. I've posted this workaround on that thread as well.

ikolomiets commented 7 years ago

I verified your workaround (one that uses convert) - it works. Thanks!