Skip to content

Add text area#28

Merged
martinRenou merged 1 commit into
QuantStack:mainfrom
AntoinePrv:textarea
May 13, 2026
Merged

Add text area#28
martinRenou merged 1 commit into
QuantStack:mainfrom
AntoinePrv:textarea

Conversation

@AntoinePrv
Copy link
Copy Markdown
Member

No description provided.

requires: [IJupyterYWidgetManager],
activate: (_: JupyterFrontEnd, wm: IJupyterYWidgetManager): void => {
wm.registerWidget('IntSlider', JupyterYModel, IntSlider);
wm.registerWidget('Textarea', JupyterYModel, Textarea);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Being nitpicky sorry

Suggested change
wm.registerWidget('Textarea', JupyterYModel, Textarea);
wm.registerWidget('Textarea', JupyterYModel, TextArea);

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh ok 👍🏽 Let's follow ipywidgets

@martinRenou martinRenou added the enhancement New feature or request label May 13, 2026
@martinRenou martinRenou merged commit efdf928 into QuantStack:main May 13, 2026
2 of 3 checks passed
@AntoinePrv AntoinePrv deleted the textarea branch May 13, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants