when use `Select` of `ivew` on jsx, it will throw an error `TypeError: Cannot read property 'match' of undefined` input: ```vue <Select > <Option></Option> </Select> ``` output: ``` TypeError: Cannot read property 'match' of undefined ``` expected: ``` no error ``` https://github.com/iview/iview/issues/3697#issue-326361917