Man Hoang

Results 9 comments of Man Hoang

Any update on this?

Should a check for `disabled` be added? Native controls such as `button` and `input` have `tabIndex == 0` even when the `disabled` property is `true`. Using two bindings, one to...

This is illegal. Don't waste your time.

The package doesn't have this feature yet. That said, I can think of two ways to enable it: 1. Google's way: add role columns ``` javascript var data = google.visualization.arrayToDataTable([...

I'll add this to the to-do list.

Thanks for filing the issue. Can you show me steps to reproduce it?

I assume the order is reversed for the dark theme.

It's a problem with formatting closures with a code block in general. ```dart // ACTUAL import 'dart:io'; void main() { final f = stdin.readLineSync, p = int.parse, n = p(f()),...

@munificent Of course I know it will work if I just use single variable declarations. The reason I use the multi-variable declarations is because it's much shorter and faster to...