Skip to content

HTML: Lacks go action support #976

@Joey574

Description

@Joey574

Go actions in the form {{ range . }} and others, are stripped by the minifier.

Input

<label></label>
<select name="" id="">
  {{range .}}
    <option value="{{.}}">{{.}}</option>
  {{else}}
    <option disabled>No options available</option>
  {{end}}
</select>

Results in

<label></label><select><option value={{.}}>{{.}}<option disabled>No options available</select>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions