input is CheckboxInputElement returns true for inputs #22967
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-obsolete
Closed as the reported issue is no longer relevant
library-html
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
This issue was originally filed by Jan.Mos...@gmail.com
What steps will reproduce the problem?
Create HTML page with input fields and checkbox, if you get a list of input elements and do (input is CheckboxInputElement), it returns true for all input elements.
What is the expected output? What do you see instead?
I'm expecting it to return false for normal input and true for CheckboxInputElement
What version of the product are you using?
Dart 1.8.5
On what operating system?
OSX 10+
What browser (if applicable)?
Dartium
Please provide any additional information below.
See my stackoverflow post:
https://stackoverflow.com/questions/29225791/how-to-check-if-inputelement-is-a-checkbox-in-dart/29225906
The text was updated successfully, but these errors were encountered: