patternfly / patternfly-react

A set of React components for the PatternFly project.
https://react-staging.patternfly.org/
MIT License
796 stars 356 forks source link

Implement InlineEdit component #11159

Open adamviktora opened 1 week ago

adamviktora commented 1 week ago

Opened based on this slack conversation.

Add an InlineEdit component to React. Either as a template, or an extension. Or possibly as just an example (not sure how it would work with the docs-framework though).

There is already an InlideEdit component implemented in kaoto: https://github.com/KaotoIO/kaoto/tree/main/packages/ui/src/components/InlineEdit that can be used for this.