material-ui-phone-number icon indicating copy to clipboard operation
material-ui-phone-number copied to clipboard

Fix flags for firefox and safari

Open mckelveygreg opened this issue 4 years ago • 3 comments

Fixes 2 bugs:

  • #110 Full page flag in firefox
  • #111 No flag in safari

I was not able to run this locally, but I tested by using these overrides in my code :shrug: Webpack wasn't able to find @mui/styles and react

mckelveygreg avatar Nov 12 '21 19:11 mckelveygreg

@fnowacki Is there anything else I need to do for this to be merged?

mckelveygreg avatar Dec 03 '21 18:12 mckelveygreg

Hello @mckelveygreg thank you for this fix. It indeed works well. Seem like noone is maintaining this library anymore, and owners don't even care about it to give a merge permission for this repository to somoene from us. So I got fed up, and since I need this to be fixed for my client project, I forked this library, fixed this bug and published it at: https://github.com/justdvl/material-ui-phone-number-2 https://www.npmjs.com/package/material-ui-phone-number-2

I recommend everyone who needs this library but working, to make a simple switch. I will also actively maintain this version 2 library, I will make few more improvements in following days

david-vendel avatar Jan 26 '22 22:01 david-vendel

This package (https://github.com/viclafouch/mui-tel-input) handles this problem, supports both React 17 / 18

viclafouch avatar Jul 02 '22 12:07 viclafouch