Update nutups and js file into generated mix

This commit is contained in:
2025-01-20 16:27:26 +00:00
parent c7dc45ccb5
commit 51a59b9696
12 changed files with 212 additions and 56 deletions

View File

@@ -6,7 +6,7 @@
</span><span class=data>
% my @${Name}_options = ${structure:OptionsInPerl};
% param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}';
%= select_field '${Name}' => @${Name}_options, class => 'input'
%= select_field '${Name}' => @${Name}_options, class => 'input', id => '${Name}_select'
<br></span> </p>
]]></Select>