rjaros / kvision

Object oriented web framework for Kotlin/JS
https://kvision.io
MIT License
1.2k stars 66 forks source link

DateTime bind and subscribe don't function correctly #486

Closed Stephen-Hamilton-C closed 10 months ago

Stephen-Hamilton-C commented 11 months ago

When binding or subscribing to a DateTime or DateTimeInput, only the initial value is emitted. No other values are emitted when the user changes the DateTime input.

dateTimeInput().subscribe {
    // This only prints once
    println("Received value: $it")
}
rjaros commented 10 months ago

Fixed in 7.0.0