2023-05-27 11:37:40 +00:00
|
|
|
<select vg-attr='utils.AttributesAppend{AttrMap: c.AttrMap, Classes: "d3c-1685186383"}' :value="c.currentKey()" @change="c.handleChange(event)">
|
|
|
|
<option vg-for='_, entry := range c.keyValuePairs()' :value='entry.Key' :selected='c.isKeySelected(entry.Key)' vg-content='entry.Value'></option>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
.d3c-1685186383 {
|
|
|
|
padding: 0.25em 0.5em;
|
2023-05-27 21:48:57 +00:00
|
|
|
/*margin: 0.5em 0;*/
|
2023-05-27 11:37:40 +00:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<script type="application/x-go">
|
|
|
|
import (
|
|
|
|
//"git.d3nexus.de/Dadido3/D3vugu-components/icons"
|
|
|
|
"git.d3nexus.de/Dadido3/D3vugu-components/utils"
|
|
|
|
)
|
|
|
|
</script>
|