mendix / docs

Mendix documentation repository
https://docs.mendix.com
Creative Commons Attribution 4.0 International
137 stars 704 forks source link

My part 1 pluggable widget doesn't include a render function wich is required by part 2. #7913

Open GielAmsterdam opened 2 weeks ago

GielAmsterdam commented 2 weeks ago

Please use the form below, leaving the prefilled data to help us. Thank you.

Page link: build-a-pluggable-web-widget-part-2-advanced

Document link: create-a-pluggable-widget-two.md

My Issue/Suggestion

I cannot continue with the following instruction because my widget doesn't include a render function:

"In TextBox.tsx, replace the render function with the code below to check if the input should be disabled and pass it to in the TextInput component:"

I think the first part course uses function architecture and the second part course uses component architecture.

Please update the instructions.