Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 1.31
  • 4.13.1
  • 4.13.0
  • 4.12.0
  • 4.11.1
  • 4.11.0
  • 4.10.4
  • 4.10.3
  • 4.10.2
  • 4.10.1
  • 4.10.0
  • 4.9.0
  • 4.8.0
  • 4.7.0
  • 4.6.1
  • 4.6.0
  • 4.5.1
  • 4.5.0
  • 4.4.1
  • 4.4.0
  • 4.3.1
22 results

212.html

Blame
  • 212.html 1.07 KiB
            <!DOCTYPE html>
            <html lang="en">
            <head>
                <meta charset="UTF-8">
                <meta name="viewport" content="width=device-width, initial-scale=1.0">
                <title>select label is not translated when the value is transferred #212</title>
                <script src="./212.mjs" type="module"></script>
            </head>
            <body>
                <h1>select label is not translated when the value is transferred #212</h1>
                <p>select label is not translated when the value is transferred</p>
                <ul>
                    <li><a href="https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/212">Issue #212</a></li>
                    <li><a href="/">Back to overview</a></li>
                </ul>
                <main>
    
                    <monster-select value="1000"
                    data-monster-option-url="/issue-212.json"
                    data-monster-option-mapping-labeltemplate="name"
                    data-monster-option-mapping-valuetemplate="id"
                        ></monster-select>
    
                </main>
            </body>
            </html>