jsakamoto / BlazingStory

The clone of "Storybook" for Blazor, a frontend workshop for building UI components and pages in isolation.
https://jsakamoto.github.io/BlazingStory/
Mozilla Public License 2.0
319 stars 16 forks source link

Question about bind-Value #38

Open nekrasov-andrii opened 6 months ago

nekrasov-andrii commented 6 months ago

Hi @jsakamoto,

I recently encountered strange behavior of a "Textbox" component when displayed in the "BlazingStory". This component has two-way binding. But, in the first case: I can change text only from "Control", not from "Textbox". image

image

In the second case: I can change text only from "Textbox ", not from "Control". image

image

Any ideas on how best to do this?

Example of my issue: StoryBookBindValue.zip

Kind regards, Andrii.