https://kotlinlang.org logo
r

Robert Jaros

01/01/2021, 2:22 PM
Copy code
select(listOf("1" to "First", "2" to "Second")) {
                emptyOption = true
                selectWidth = 300.px
                onEvent {
                    change = {
                        console.log(self.value)
                    }
                }
            }
a

adamratzman

01/01/2021, 7:06 PM
Thank you! I didn’t realize that existed. Very helpful