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

Ошибка при сохранении страницы содержащей input со сложным name #285

Open
m-alexander opened this issue Oct 2, 2018 · 1 comment

Comments

@m-alexander
Copy link

Шаги для воспроизведения ошибки:

  • создать новую страницу в витрине
  • добавить как html строку <input type="number" name="calc[count-users]" min="1" max="1000" value="0" class="s-calc__val-input"> в любое место и сохранить страницу
  • внести изменения и попытаться сохранить страницу. В console при каждом нажатии на кнопку падает ошибка An invalid form control with name='calc[count-users]' is not focusable.
@WinterSilence
Copy link
Contributor

Проблема не в имени, а в самом элементе. В визуальном редакторе input'ы недоступны, поэтому если Вы добавили его в html режиме, а потом перешли в визуальный, то это вызовет ошибку. Если работать со страницей только в html режиме, то проблем никаких не будет.

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