Skip to content

Commit 6826bd6

Browse files
author
vvo
committed
fix: use cssClass instead of inputClass or addClass
1 parent 6c49e18 commit 6826bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: example/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ instant.addWidget(
1212
instantsearch.widgets.searchBox({
1313
container: '#search-box',
1414
placeholder: 'Search for products',
15-
addClass: 'form-control'
15+
cssClass: 'form-control'
1616
})
1717
);
1818

0 commit comments

Comments
 (0)