Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in TextValidator children rendering #19

Closed
deepaktomar47 opened this issue May 25, 2018 · 3 comments
Closed

Issue in TextValidator children rendering #19

deepaktomar47 opened this issue May 25, 2018 · 3 comments

Comments

@deepaktomar47
Copy link

deepaktomar47 commented May 25, 2018

I have used InputMask component in side of TextValidator and its worked fine in react.15x after updating its not working. Please check below code. How i can make it happen please help us

             <TextValidator
                validatorListener={this.validatorListener}
                hintText="Home Phone"
                value={this.state._phone1} 
                className="drawer-form-input-text"
                label="Home Phone"
                name="bill_phone1"
                key="bill_phone1"
                onChange={this.handleSecondryContact}
              >
                <InputMask
                  hintText="Home Phone"
                  value={this.state.secondryContact.bill_phone1}
                  mask="(999) 999-9999"
                  onChange={this.handleSecondryContact}
                  className="drawer-form-input-text"
                  name="bill_phone1"
                />
              </TextValidator>
@NewOldMax
Copy link
Owner

Hi,
please provide versions of packages

@deepaktomar47
Copy link
Author

"react-material-ui-form-validator": "^2.0.0-beta.10",

"react-input-mask": "^1.2.2",

@NewOldMax
Copy link
Owner

So if your problem is related to react-material-ui-form-validator please create issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants