You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A typo in the empty message pass through prevents customizing the emptyMessage according to the docs in https://primereact.org/autocomplete/. The docs say emptyMessage, but the implementation uses emptyMesage, see:
A typo in the empty message pass through prevents customizing the
emptyMessage
according to the docs in https://primereact.org/autocomplete/. The docs sayemptyMessage
, but the implementation usesemptyMesage
, see:primereact/components/lib/autocomplete/AutoCompletePanel.js
Line 192 in 146dc17
The text was updated successfully, but these errors were encountered: