jschneider
11/07/2017, 3:55 PMitem?.observable(PersonKotlin::name)
returns Property<String?>?
for your Kotlin sample. I think the type should be Property<String?>
instead?romainbsl
11/08/2017, 8:49 AMitem?.observable(PersonKotlin::name)
returns `Property<String?>?. but because my prop PersonKotlin::name is of type String?
when I set as type of String
it's working, but it doesn't work as I wantromainbsl
11/08/2017, 8:50 AM