wireui / wireui

TallStack UI components
https://v1.wireui.dev
MIT License
1.37k stars 167 forks source link

Docs: When I type a phone number into x-phone, I get a bracket #851

Closed NathanBeddoeWebDev closed 3 months ago

NathanBeddoeWebDev commented 3 months ago

Describe the bug https://wireui.dev/components/phone With the x-phone input, when I type in a phone number, I end up with a [' at the start of my number, which seems to be part of the input mask being applied.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://wireui.dev/components/phone
  2. Type a phone number into the Default Phone or Custom Phone Mask example
  3. See error

Expected behavior I should be able to enter multiple numbers, but there shouldn't be a [' at the start of my first phone number.

Screenshots or Videos image

Dependencies Docs - https://wireui.dev/components/phone

NathanBeddoeWebDev commented 3 months ago

Now I'm reconsidering if it is actually desired to get [' at the start, and what I'm actually missing is the '] at the end of the second phone number!

NathanBeddoeWebDev commented 3 months ago

Lol... it's morning for me... I just misunderstood what the docs were saying to me