Static Methodsliemeobn.elementary 0.5.0Elementary
autocomplete(_:)
HtmlAttributes.swift:434static func autocomplete(_ value: HTMLAttributeValue.AutoComplete) -> HTMLAttribute<Tag>
static func autocomplete(_ value: HTMLAttributeValue.AutoComplete) -> HTMLAttribute<Tag>
s10Elementary13HTMLAttributeVA2A9HTMLTraitO10AttributesO12autocompleteRzrlEAHyACyxGAA0B5ValueO12AutoCompleteVFZ
What are these?3B89Q
where Tag:HTMLTagDefinition, Tag:HTMLTrait.Attributes.autocomplete
import Elementary
struct HTMLAttribute<Tag> where Tag : HTMLTagDefinition
An HTML attribute that can be applied to an HTML element of the associated tag.
enum HTMLAttributeValue
A namespace for value types used in attributes.
struct AutoComplete
protocol HTMLTagDefinition : Sendable
A type that represents an HTML tag.
protocol autocomplete