简体   繁体   中英

Ag-grid Angular Material Datepicker on Cell Editor lose focus when clicking on date picker

I am making a room reservation app on Ag-grid. Please check Stackblitz From date and to date columns represent check in date and check out date. The columns are set as Cell Editor and using Angular Material Datepicker as Calendar. But After double clicking on date cell and date picker pops up. The date picker closes whenever left clicks on a date or any button on the picker and no value is returned.

it seems like a bug in ag grid. please, update it to at least 23 version in your package.json

    "ag-grid-angular": "^23.0.1",
    "ag-grid-community": "^23.0.1",
    "ag-grid-enterprise": "^23.0.1",

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM