socramm

Results 10 comments of socramm

I get a diferent error on a fresh install. Ist it related? ![Bildschirmfoto 2022-02-20 um 14 52 03](https://user-images.githubusercontent.com/52098754/154846872-a14c263c-14d5-4167-91ba-30fdd0a3327f.png)

It would be maybe also nice to have a MonthRangePicker and YearRangePicker for the time being I will use tow DatePickers with month/year views

> @socramm9 Is this #4995 what you are referring to? Yes I build something similar myself now. It is not perfect and has some other issues but here some Images...

@vazkir Yes it not up to MUI standards but its usable. Fell free to modify it however you want https://codesandbox.io/s/busy-babycat-96jksl

Yes Tanks I could Try using OTP for now. So if I understand correctly the user receives an email but instead of a link he gets a password. It would...

I am also facing the issue that the Position is wrong calculated on MacOs iOS: MacOs:

Issue can be also closed from my part I figured out what was the issue. ``` class MainApp extends StatelessWidget { const MainApp({super.key}); @override Widget build(BuildContext context) { return MaterialApp(...

I think this is Browser specific. If I remember correctly, this occurs on Microsoft Edge, they render their own hide password icon.

Having the same Issue. Did you find a workaround?

for now I am using this version: ``` flutter_chips_input: git: url: https://github.com/jorelkimcruz/flutter_chips_input.git ref: fix_backspace_not_working_for_android_devices ```