Evan Kleiner

Results 7 comments of Evan Kleiner

This still appears to be an issue with the node/people quickstart. Is there any resolution planned?

If all else fails, you should be able to set the "noImplicitOverride" compiler option to false in your tsconfig.json file. Depending on how you generated your application, this may have...

@sean-perkins that worked, thank you very much! I'm still curious why there is a difference in behavior between the text input and the date input though. Can you shed any...

`type="text"` isn't affected by this issue for me locally for some reason. Also interestingly, my application changes the displayed date to 'January 1 2022' when `type="date"`, rather than showing today's...

@sean-perkins I can reproduce it very intermittently in your stackblitz (it took me a few minutes of trying to see it for the first time - it worked correctly for...

@sean-perkins I thought that both the `[keepContentsMounted]` and the `ModalController` workarounds were working, but I went back to my branch this afternoon and the issue is there intermittently with both...

From my testing, it looks like the limitation is only relevant if developers don't specify both a `min` and a `max` value. If you provide both the `min` and `max`...