[elm-discuss] Re: Search Selection widget

2016-07-29 Thread Zeljko Nesic
Sorry, for being unclear and imprecise. I have tried to implement that behavior, but it seems that there is no neat way to do it. I have searched elm-discuss, and even though many wanted feature that will enable this kind of things, it seems there is no clear way to do it. I can imagine some

[elm-discuss] Re: Search Selection widget

2016-07-28 Thread Zeljko Nesic
I today had a plan of rewriting my dropdown component from Angular to Elm, which was inspired by SemanticUI's one. Anyway, my solution was handle those keys inside the input field. Also, make sure, just to preventDefault, and let propagation fall through. == { stopPropagation = False ,

[elm-discuss] Incosistent Port subscription

2016-07-27 Thread Zeljko Nesic
Hi, I have run to weird issue regarding sending data to port. *Background* I am working on Angular app, that I want piece by piece replace with Elm. During the transition, ports are really important, so I can communicate data back and fourth. Now I have some Angular directive [basically a