File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/ra-ui-materialui/src/input Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 210210 < li {% if page.path == 'DualListInput.md ' %} class ="active " {% endif %} > < a class ="nav-link " href ="./DualListInput.html "> < code > <DualListInput></ code > < img class ="premium " src ="./img/premium.svg " /> </ a > </ li >
211211 < li {% if page.path == 'FileInput.md ' %} class ="active " {% endif %} > < a class ="nav-link " href ="./FileInput.html "> < code > <FileInput></ code > </ a > </ li >
212212 < li {% if page.path == 'ImageInput.md ' %} class ="active " {% endif %} > < a class ="nav-link " href ="./ImageInput.html "> < code > <ImageInput></ code > </ a > </ li >
213+ < li {% if page.path == 'InPlaceEditor.md ' %} class ="active " {% endif %} > < a class ="nav-link " href ="./InPlaceEditor.html "> < code > <InPlaceEditor></ code > </ a > </ li >
213214 < li {% if page.path == 'MarkdownInput.md ' %} class ="active " {% endif %} > < a class ="nav-link " href ="./MarkdownInput.html "> < code > <MarkdownInput></ code > < img class ="premium " src ="./img/premium.svg " /> </ a > </ li >
214215 < li {% if page.path == 'NullableBooleanInput.md ' %} class ="active " {% endif %} > < a class ="nav-link " href ="./NullableBooleanInput.html "> < code > <NullableBooleanInput></ code > </ a > </ li >
215216 < li {% if page.path == 'NumberInput.md ' %} class ="active beginner " {% else %} class ="beginner " {% endif %} > < a class ="nav-link " href ="./NumberInput.html "> < code > <NumberInput></ code > </ a > </ li >
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export * from './DateTimeInput';
1010export * from './TimeInput' ;
1111export * from './FileInput' ;
1212export * from './ImageInput' ;
13+ export * from './InPlaceEditor/InPlaceEditor' ;
1314export * from './InputHelperText' ;
1415export * from './LoadingInput' ;
1516export * from './NullableBooleanInput' ;
You can’t perform that action at this time.
0 commit comments