Input components are not `value_components`

Open
#48 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
frontend

Research direction

Start with the solara.InputFloat entry point and compare it with reacton.value_component plus the existing Checkbox, Select, and Togglebuttons components. Determine whether the input components should expose the same .connect behavior; done means the intended consistency is implemented or the reason for the difference is documented.

Written by the indexing model from the issue text.

Description

I'm trying to use .connect on a solara.InputFloat, because I'm trying to adapt the scatter.py app example.

However, this is a solara.component, instead of a reacton.value_component.
I was expecting the input components to also be value components because Checkbox, Select, Togglebuttons (togglebuttons is solara.value_component vs reacton.value_component.

Is there a reason these are not value components?

Dominant language
Python
Stars
2.2k
Forks
202
Avg merge
4h 36m
Merged PRs (30d)
3

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from widgetti/solara

All issues in widgetti/solara

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.