We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d318e1 commit d13628aCopy full SHA for d13628a
src/hexdocs/view/search.gleam
@@ -113,6 +113,8 @@ pub fn search(model: Model) {
113
list.flatten([
114
[
115
attribute.id("search-package-input"),
116
+ attribute.autocapitalize("off"),
117
+ attribute.autocomplete("off"),
118
attribute.placeholder("Package Name"),
119
attribute.type_("text"),
120
attribute.value(
@@ -151,6 +153,8 @@ pub fn search(model: Model) {
151
153
152
154
155
attribute.id("search-version-input"),
156
157
158
attribute.placeholder("Version"),
159
160
0 commit comments