UNPKG

formio-sfds

Version:
29 lines (26 loc) 1.42 kB
<!doctype html> <html lang="en"> <head> <title>Select with translations | formio-sfds examples</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="/sfgov/forms.css"> </head> <body> <div class="formio-sfds"> <div class="container p-2"> <h1 class="h3 mb-4"> <a href="/">formio-sfds@10.0.0</a> / Select with translations </h1> <sfgov-form data-form="{&quot;components&quot;:[{&quot;type&quot;:&quot;select&quot;,&quot;widget&quot;:&quot;html5&quot;,&quot;key&quot;:&quot;choices&quot;,&quot;label&quot;:&quot;Which direction?&quot;,&quot;data&quot;:{&quot;values&quot;:[{&quot;label&quot;:&quot;Up&quot;,&quot;value&quot;:&quot;up&quot;},{&quot;label&quot;:&quot;Down&quot;,&quot;value&quot;:&quot;down&quot;}]}}]}" data-options="{&quot;language&quot;:&quot;es&quot;,&quot;i18n&quot;:{&quot;es&quot;:{&quot;choices.label&quot;:&quot;¿Qué dirección?&quot;,&quot;choices.values.up&quot;:&quot;Arriba&quot;,&quot;choices.values.down&quot;:&quot;Abajo&quot;}}}"> </sfgov-form> </div> </div> <script src="https://unpkg.com/formiojs@4.14.8/dist/formio.full.min.js"></script> <script src="/dist/formio-sfds.standalone.js"></script> <script src="/dist/examples.js"></script> </body> </html>