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

disabled state doesn't update an input field v6.1.0 #268

Closed
Tsyklop opened this issue Jan 24, 2019 · 1 comment
Closed

disabled state doesn't update an input field v6.1.0 #268

Tsyklop opened this issue Jan 24, 2019 · 1 comment
Assignees
Labels

Comments

@Tsyklop
Copy link

Tsyklop commented Jan 24, 2019

I pass to an IntlTelInput component disable={inputEnabled}, inputEnabled is boolean variable, in the first time it is true and the IntlTelInput is disabled but when the inputEnabled became false the IntlTelInput still disabled I can't modify input field.

@patw0929 patw0929 added the bug label Jan 25, 2019
@patw0929 patw0929 self-assigned this Jan 25, 2019
patw0929 added a commit that referenced this issue Jan 25, 2019
fix(disabled): Fixed #268: disabled state don't get updated
@patw0929 patw0929 reopened this Jan 25, 2019
patw0929 added a commit that referenced this issue Jan 25, 2019
Bug fixes

- #269: Fixed issue #268 - disabled state doesn't update an input field (by @patw0929)
- #265: update cursor position after focused (by @Loongwoo)

Chores

- #267 - Use createPortal API to implement RootModal (by @patw0929)
- Added ISSUE_TEMPLATE.md & PULL_REQUEST_TEMPLATE.md
@patw0929
Copy link
Owner

Thanks for reporting this issue! We've fixed it and publish it as v6.1.1.
If it still has bugs, please reopen it.

andrewsantarin pushed a commit to andrewsantarin/react-intl-tel-input that referenced this issue Feb 2, 2022
andrewsantarin pushed a commit to andrewsantarin/react-intl-tel-input that referenced this issue Feb 2, 2022
fix(disabled): Fixed patw0929#268: disabled state don't get updated
andrewsantarin pushed a commit to andrewsantarin/react-intl-tel-input that referenced this issue Feb 2, 2022
Bug fixes

- patw0929#269: Fixed issue patw0929#268 - disabled state doesn't update an input field (by @patw0929)
- patw0929#265: update cursor position after focused (by @Loongwoo)

Chores

- patw0929#267 - Use createPortal API to implement RootModal (by @patw0929)
- Added ISSUE_TEMPLATE.md & PULL_REQUEST_TEMPLATE.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants