Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

onOpen not working #55

Open
kwoxford opened this issue Nov 6, 2016 · 1 comment
Open

onOpen not working #55

kwoxford opened this issue Nov 6, 2016 · 1 comment

Comments

@kwoxford
Copy link

kwoxford commented Nov 6, 2016

I have this:

          {
                type: "select",
                key: "categories",
                templateOptions: {
                    label: "Category",
                    multiple: false,
                    labelProp: "option",
                    valueProp: "id",
                    options: [
                        {option: "first", id: 1},
                        {option: "second", id: 2}
                    ], 
                     onOpen: function () {
                        console.log('select is opened');
                    },
                }

The onOpen function is not firing (same for onClose)

@kwoxford
Copy link
Author

kwoxford commented Nov 6, 2016

Duplicate of #43 - which has been closed but NOT resolved. The documentation needs updating.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant