JuliaGizmos / Escher.jl

Composable Web UIs in Julia
https://juliagizmos.github.io/Escher.jl
Other
335 stars 63 forks source link

textinput widget, floatinglabel is not implemented #102

Closed MichaeLeroy closed 8 years ago

MichaeLeroy commented 8 years ago

The textinput widget has the keword argument floatinglabel, which controls whether this widget's label floats above entered text once entry is begun, is not implemented.

I believe that I've identified a fix for this issue, adding

                 "no-label-float" => boolattr(!t.floatinglabel),

to textinput's render, and am learning how to create a pull request for this fix.