react-intl-tel-input icon indicating copy to clipboard operation
react-intl-tel-input copied to clipboard

Fix selected flag overlaps other components

Open VoronFX opened this issue 2 years ago • 0 comments

Description

Instead of using z-index that may interfere with other components we can achieve same effect by placing selected flag node after input node.

Screenshots (if appropriate):

image

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [x] I have used ESLint & Prettier to follow the code style of this project.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have added tests to cover my changes.
  • [x] All new and existing tests passed.

VoronFX avatar Jan 13 '22 13:01 VoronFX