Skip to content

Commit

Permalink
F missing in filter example causing Code Sandbox not to run (#4106)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Mar 9, 2023
1 parent 4456695 commit 4734c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/dropdown/filterdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function FilterDemo() {
return (
<div className="card flex justify-content-center">
<Dropdown value={selectedCountry} onChange={(e) => setSelectedCountry(e.value)} options={countries} optionLabel="name" placeholder="Select a Country"
ilter valueTemplate={selectedCountryTemplate} itemTemplate={countryOptionTemplate} className="w-full md:w-14rem" />
filter valueTemplate={selectedCountryTemplate} itemTemplate={countryOptionTemplate} className="w-full md:w-14rem" />
</div>
)
}
Expand Down

0 comments on commit 4734c2f

Please sign in to comment.