This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
There is strange behaviour with radiobuttons and data-type in Chrome. #14751
Open
Description
Hello,
I found a strange behaviour for radiobuttons with data-type attribute in Chromium (I tested on Chromium 50.0.2661.94). Radiobuttons broken when input has data-type attribute at the first.
I load angular demo for input[radio] and create example (try to choose "Red").
https://plnkr.co/edit/uB05HUiCf4LDMyi6ZZtN?p=preview
It is working in Firefox but don't working in Chrome.
If you try move data-type to end it fixed a problem. If you try to add name it choose radiobutton, but model not changes.