@@ -642,7 +642,7 @@ export const Filtering = () => {
642642 ignores accents when matching strings. Default value is < em > false</ em > .
643643 </ Li >
644644 < Li >
645- < TextHeader > filterMatchFrom?: ' any' | 'start'</ TextHeader > -
645+ < TextHeader > filterMatchFrom?: 'any' | 'start'</ TextHeader > -
646646 Position in source string to perform match. Default value is < em > 'any'</ em > .
647647 </ Li >
648648 < Li >
@@ -730,7 +730,7 @@ export const Virtualization = () => {
730730 of nodes), list virtualization can also assist with:
731731 < List >
732732 < Li >
733- < strong > Efficient memory allocation</ strong > .' Windowing' naturally
733+ < strong > Efficient memory allocation</ strong > . 'Windowing' naturally
734734 lends itself to the dynamic generation of attributes/values as each
735735 object comes into your renderer's scope (as opposed to allocating
736736 this data upfront for each object in your list). This way you can
@@ -842,7 +842,7 @@ export const Advanced = () => {
842842 < TextHeader > getIsOptionDisabled(option: any) { '=>' } boolean</ TextHeader > - Callback
843843 function with a return type of < code > Boolean</ code > . When it evaluates to a value of
844844 true, that option iteration will be rendered < em > disabled</ em > . As an alternative, you
845- can also pass a property of < code > isDisabled</ code > with each option. Use of these two
845+ can also pass a property of < code > isDisabled</ code > with each option. Use one of these two
846846 options - they cannot both be specified.
847847 </ Li >
848848 < Li >
@@ -898,7 +898,7 @@ export const Portaling = () => {
898898 < Title > Portaling</ Title >
899899 < Hr />
900900 < Paragraph >
901- React-Functional-Select exposes a < code > menuPortalTarget</ code > prop, that
901+ react-functional-select exposes a < code > menuPortalTarget</ code > prop, that
902902 allows you to portal the menu component to a dom node of your choosing. Styling
903903 should be simple enough via normal theme overriding on the menu object and style
904904 application to the wrapping portal element.
0 commit comments