Title: [Solved] Input Combobox set Focus Post by: kifni41 on November 11, 2019, 09:10:41 PM I create cell edit in datagrid, make Combobox on the cell.
After click select data of combobox, it seems cursor not focused inside combobox again. how to set focus cursor to Combobox, when onclick data? i can do it in jquery, but how to do it in react easyui? Code: editor={({ row }) => ( Title: Re: Input Combobox set Focus Post by: jarry on November 11, 2019, 11:46:16 PM Please call the 'focus' method on the ComboBox component.
Code: editor={({ row }) => ( |