diff --git a/components/molecule/autosuggest/README.md b/components/molecule/autosuggest/README.md index 5f64485a0..a92375b27 100644 --- a/components/molecule/autosuggest/README.md +++ b/components/molecule/autosuggest/README.md @@ -38,11 +38,13 @@ const suggestions = ['John','Johnny'] iconClear={} state="success" > + {suggestions.map((suggestion, i) => ( {option} ))} + ```