Yang, Bo
Yang, Bo
I created an issue at https://issues.scala-lang.org/browse/SI-10001
Feel free to created a pull request for cross compilation for Scala.js 1.x
Hi @mberndt123 , did you put `SampleMain().main()` inside of the ``, as described in https://github.com/ThoughtWorksInc/Binding.scala#step-5-invoke-the-main-method-in-a-html-page ?
This feature may be possible by using Scala.js + Node.js + jsdom, but I did not try this approach. @maoxianfly , feel free to create an example under https://github.com/ThoughtWorksInc/Binding.scala/wiki if...
Android widget are JavaBeans, and Binding.scala supports arbitrary data-binding expressions on arbitrary JavaBeans: https://github.com/ThoughtWorksInc/Binding.scala/wiki/FXML However, Binding.scala has not been adapted to Android XML format. #### TL;DR: At the moment, you...
Looks very simple. @fdietze, would you mind adding the DEMO to https://github.com/ThoughtWorksInc/Binding.scala/wiki/ScalaFiddle-DEMOs ?
Another use case can be found at https://github.com/emanresusername/word-cloud-generator/blob/master/ui/src/main/scala/my/will/be/done/wordcloud/component/WordcloudComponent.scala
So what's your proposal?
`Cannot insert SELECT twice!` is the expected behavior. When you return `el`, Binding.scala tries to insert it into the outer element. Unfortunately, it has been a child of the wrapper.
https://github.com/Semantic-Org/Semantic-UI/blob/c26bb1d/src/definitions/modules/dropdown.js#L380