Sha256: 07fe1a246c59a234481688742531dbb0446b18c80b2a3233a19fb98b3e2ce1ac
Contents?: true
Size: 981 Bytes
Versions: 63
Compression:
Stored size: 981 Bytes
Contents
<%= pb_rails("text_input", props: { label: "Currency", mask: "currency", margin_bottom: "md", name: "currency_name", placeholder:"$0.00" }) %> <%= pb_rails("text_input", props: { label: "ZIP Code", mask: "zip_code", margin_bottom: "md", placeholder: "12345" }) %> <%= pb_rails("text_input", props: { label: "Postal Code", mask: "postal_code", placeholder: "12345-6789", margin_bottom: "md", }) %> <%= pb_rails("text_input", props: { label: "SSN", mask: "ssn", margin_bottom: "md", placeholder: "123-45-6789" }) %> <%= pb_rails("title" , props: { text: "Hidden Input Under The Hood", padding_bottom: "sm" })%> <%= pb_rails("text_input", props: { label: "Currency", mask: "currency", margin_bottom: "md", name: "currency_name", id: "example-currency", placeholder: "$0.00", }) %> <style> #example-currency-sanitized {display: flex !important;} </style>
Version data entries
63 entries across 63 versions & 2 rubygems