<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>add new field set for forms #186</title> <script src="./186.mjs" type="module"></script> </head> <body> <h1>add new field set for forms #186</h1> <ul> <li><a href="https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/186">Issue #186</a></li> <li><a href="/">Back to overview</a></li> </ul> <main> <monster-field-set data-monster-option-labels-title="my title"> <label for="name1" slot="extended">N1</label><input slot="extended" type="text" name="name1" id="name1" placeholder="Name1"> <label for="name2" slot="extended">N2</label><input slot="extended" type="text" name="name2" id="name2" placeholder="Name2"> <label for="name3" slot="extended">N3</label><input slot="extended" type="text" name="name3" id="name3" placeholder="Name2"> <label for="name4">N4</label><input type="text" name="name4" id="name4" placeholder="Name4"> <label for="name5">N5</label><input type="text" name="name5" id="name5" placeholder="Name5"> </monster-field-set> </main> </body> </html>