AlexElin

Results 14 comments of AlexElin

probably `KeyboardEvent.key` ([docs](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key)) should be used for chips' separator keys instead of `KeyboardEvent.keyCode` (it's [deprecated)](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode) becuase `KeyboardEvent.key` "...returns the value of the key pressed by the user, taking into consideration...

there's a similar issue https://github.com/angular/components/issues/13989 to the one @dominik1996 has mentioned but only for cyrillic input

@lynnlovemin would you please update the PR as described earlier?

Yeah, it would be helpful to have this information in the official docs

just in case, is it possible to use Yandex Database in a serverless mode instead of ClickHouse? If yes, will it be cheaper?

@Sureshc32 I'm not a maintainer of this project and at the moment I have no enough free time for working on this repo. So, I can't. As a starting point...

Could somebody provide a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) (MRE)? The issue isn't reproduced at the [library site](https://h2qutc.github.io/angular-material-components/#/datetimepicker). So, having the MRE would be helpful

> Reverting @angular/material to ~16.1.0 works for me Why does it work in @angular/material v16.1, but is broken in v16.2?

duplicate of https://github.com/h2qutc/angular-material-components/issues/348

In the stackblitz from the "Reproduction" I've swithced to v14 and there's no issue. ![image](https://user-images.githubusercontent.com/13061803/219855332-af376f27-6767-4bbc-8938-332c4748ff43.png) So, it looks like the regression issue.