-
-
### Subject of the issue
I am using a custom component in my `Field` reduxForm, it is indeed passing the `onChange` property and the set of the value is working fine:
![CleanShot 2020-02-15 at 15 …
-
* **I'm submitting a ...**
feature request
question about how to use this project
* **Summary**
I've tried to use antd-mask-input for phone number input with country selection.
I found a possib…
-
We allow users to fill in their phone number on the profile page. However, we don't currently enforce any format on this field; they could input any random string of letters and numbers. We should pic…
-
Hello, I am implementing simnumber 0.0.12 but in iOS I get the following error, I have already carried out the install pod correctly, could you help me?
[SimNumberPlugin registerWithRegistrar:[regi…
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2324S1/pe/master/files/19bb0b1c-72d5-4d54-827c-a80a159aff53.png)
As mentioned in course website, users may want to input 1234 5678 (HP) 111…
-
There are two issues when trying to use the component with Formik:
* Formik emits a name attribute, which has to be passed to the input element. When trying to use your component, Formik logs:
```…
-
Bogus number like 1234124123124124 can be added.
![image.png](https://raw.githubusercontent.com/daytona65/pe/nic/files/fab6e181-2349-465e-a2e0-e07199e423cc.png)
-
![Screen Shot 2019-05-09 at 11 05 05 AM](https://user-images.githubusercontent.com/49030/57464462-c6cd4b00-724a-11e9-8596-74f07d1de935.png)
Would be nice to add the Phone and Number Selector inputs…
-
Given a string containing digits from `2-9` inclusive, return all possible letter combinations that the number could represent. Return the answer in **any order**.
A mapping of digit to letters (ju…