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

[Bug] CustomSelect игнорирует required/не focusable #1553

Open
eolme opened this issue Apr 16, 2021 · 0 comments
Open

[Bug] CustomSelect игнорирует required/не focusable #1553

eolme opened this issue Apr 16, 2021 · 0 comments

Comments

@eolme
Copy link
Contributor

eolme commented Apr 16, 2021

Описание
CustomSelect игнорирует required

<select
ref={this.selectRef}
name={name}
onChange={this.onNativeSelectChange}
onBlur={onBlur}
onFocus={onFocus}
value={nativeSelectValue}
vkuiClass="CustomSelect__control"
>

Если повесить на него required через ref, то при submit'e формы не работает нативный скролл к invalid полю

Версия библиотеки
v4.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🗃 Backlog
Development

No branches or pull requests

5 participants