-
As a user I want to be able to create an account so that I can use the system.
Tasks: Create Account page must include --
* username textfield (cannot be blank)
* password textfield (will be mask…
-
**Describe the bug**
I have a `TextField` with a `currency` mask with an `onChange` event handler that updates the application state. When the value is masked/changed the `onChange` event does not fi…
-
Like Select does, It'd be useful to allow TextField to receive a custom Input component.
- [x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and…
-
## Issue
Recently some crashes reported in certain Android devices at firebase crashlytics.
---
## Project Files
### Javascript
Click To Expand
…
-
### Environment Information
- __Package version(s)__: 6.121.0
- __Browser and OS versions__: Edge 17, IE11, Windows 10
### Please provide a reproduction of the bug in a codepen:
ht…
-
### Bug Report
- __Package version(s)__: 6.44.0
- __Browser and OS versions__: Chrome Windows 10
#### Priorities and help requested (not applicable if asking question):
Are you willing t…
-
Hi,
I need create a currency input mask for a textfield that change the dot and comma when the user input some value exemple:
initial value 0,00;
input 1
field 0,01;
------------
input 2
…
-
Hey guys!
I have the following problem when trying to build my project:
![image](https://user-images.githubusercontent.com/26801238/65359628-80620280-dbd3-11e9-91f1-7f2e4d3c158c.png)
I already de…
-
Could you please add text field masking with each country's phone number pattern.
-
If I wanted to format `1234` to be `12/34`, or `111222333444` to be `1111 2222 3333 4444`, it'll work "fine" if I use onChangeText, however if you try to use onKeyPress to detect deletes, or other key…