Current section

Files

Jump to
flo_ui lib text_input text_input.eex
Raw

lib/text_input/text_input.eex

<%= graph font_size: 20 %>
<%= component Scenic.Component.Input.TextField,
@data,
id: :text_input,
hint: @hint,
hint_color: @hint_color,
width: @width,
height: @height,
type: @type,
filter: @filter
%>
<%= component FloUI.Icon.Button, "clear", id: :btn_clear, translate: {@width-48, @height/2-24}, hidden: not @show_clear do %>
<%= component FloUI.Icon, {:flo_ui, "icons/clear_white.png"}, [] %>
<% end %>