fix(sdk): trigger save handler on question create when using SaveQuestionForm (#50137)
* trigger save handlers on question create * add skeleton example stories for save forms * update storybook stories * add tests for saving questions * docs update * add createCard assertions * rollback docs
Showing
- e2e/test/scenarios/embedding-sdk/interactive-question.cy.spec.ts 19 additions, 0 deletions...t/scenarios/embedding-sdk/interactive-question.cy.spec.ts
- enterprise/frontend/src/embedding-sdk/components/private/InteractiveQuestion/components/SdkSaveQuestionForm.stories.tsx 66 additions, 0 deletions...activeQuestion/components/SdkSaveQuestionForm.stories.tsx
- enterprise/frontend/src/embedding-sdk/components/private/InteractiveQuestion/context/InteractiveQuestionProvider.tsx 12 additions, 4 deletions...teractiveQuestion/context/InteractiveQuestionProvider.tsx
- enterprise/frontend/src/embedding-sdk/components/private/InteractiveQuestion/context/types.ts 8 additions, 2 deletions...k/components/private/InteractiveQuestion/context/types.ts
Please register or sign in to comment