File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 {{ #if id }} id =" {{ id }} " {{ /if }}
33 class =" my-3 {{ class }} "
44 method =" {{ default method " post" }} "
5- {{ #if formenctype }} formenctype =" {{ formenctype }} " {{ /if }}
65 {{ #if action }} action =" {{ action }} "
76 {{ else }}
87 {{ #if id }} action =" #{{ id }} " {{ /if }}
5453 {{ ~#if minlength }} minlength =" {{ minlength }} " {{ /if ~}}
5554 {{ ~#if maxlength }} maxlength =" {{ maxlength }} " {{ /if ~}}
5655 {{ ~#if required }} required =" required" {{ /if ~}}
56+ {{ ~#if formenctype }} formenctype =" {{ formenctype }} " {{ /if ~}}
5757 {{ ~#if autofocus }} autofocus {{ /if ~}}
5858 >
5959 {{ ~#if value }} {{ value }} {{ /if ~}}
6262 <select name =" {{ name }} " class =" form-select"
6363 {{ ~#if id }} id =" {{ id }} " {{ /if ~}}
6464 {{ ~#if required }} required =" required" {{ /if ~}}
65+ {{ ~#if formenctype }} formenctype =" {{ formenctype }} " {{ /if ~}}
6566 {{ ~#if autofocus }} autofocus {{ /if ~}}
6667 {{ ~#if multiple }} multiple {{ /if ~}}
6768 {{ ~#if (or dropdown searchable )}}
132133 {{ #if validate_outline }} btn-outline-{{ validate_outline }} {{ /if }}
133134 {{ #if validate_size }} btn-{{ validate_size }} {{ /if }} "
134135 {{ flush_delayed }}
135- {{ #if formenctype }} formenctype =" {{ formenctype }} " {{ /if }}
136136 type =" submit"
137137 {{ #if validate }} value =" {{ validate }} " {{ /if }} >
138138 {{ /if }}
You can’t perform that action at this time.
0 commit comments