mstrong64

Results 2 comments of mstrong64

Thanks @desertkun. To get this to work for properties where the value is "number" type (i.e. not "string") I had to also add a call to self.typecast [here](https://github.com/jdorn/json-editor/blob/682120870a9c7df36bd79969c5b883e0a189d92d/src/editors/select.js#L271) ``` //...

I just looked at the source and there doesn't appear to be any command or event when the selected list changes. The single picker has an event and a command....