Jarl André Hübenthal

Results 47 comments of Jarl André Hübenthal

Its fully possible to do manually with laziness as described in http://stackoverflow.com/questions/27443335/scala-play-2-3-framework-json-validate-recursively extract: (which is also described in official play doc: https://www.playframework.com/documentation/2.5.x/ScalaJsonCombinators#recursive-types) ``` scala case class RuleJson( `type`: String, attribute:...

This has to be fixed. And no attention for 1 year ? Like really ? it would be pretty much useless to use Elm if it is not ignoring anchor...

I suppose it works because it catches the actual click event. But i thought checboxes always need onChange. ``` { this.handleCheckToggle(node, e); }} checked={!!node.isChecked} id={node.id} /> ```

https://github.com/azizali/react-super-treeview/pull/35

There is no enchancement that can be done in demo code to remove this error. Its a bug and a natural react error that stems from lack of an onChange...

I am using this module on latest node with no issues

https://stackoverflow.com/questions/38974744/how-to-detect-click-shift-ctrl-alt-in-reactjs-click-event?rq=1

But you are most propably not able to click the node label so send in a value selector key that uses a custom field that returms an JSX element defined...

https://github.com/azizali/react-super-treeview/pull/36

I wondered about the same. But the keywordValue property doesnt care what is returned when getting the value from the tree node. I made a typingsfile that says that a...