On Monday, January 23, 2017 at 9:55:01 PM UTC, Eelco Hoekema wrote: > > Does anyone know of examples, patterns and best practices for handling > text input when using Elm with Svg? >
Have you previously done text input and Svg without Elm? I would research that first and decide what approach you will use; that is what you want the html to look like. Then use elm to build that html. You can embed Html inside Svg with Svg.foreignObject. I have never tried text input with Svg myself, but it is something that I want to do for my next project. Well, I need to combine text inputs and graphics together, it could also be an html canvas. I have a feeling though that Svg will be the right choice for me, so interested in following this discussion. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
