Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'enter_key_submit=True' on 'rx.text_area' by carrying custom_code on debounce #4142

Merged
merged 2 commits into from
Oct 24, 2024

Commits on Oct 9, 2024

  1. debounce: handle custom code from child component

    Include _get_all_hooks when rendering the child element, instead of just
    internal hooks.
    masenf committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5ff2f81 View commit details
    Browse the repository at this point in the history
  2. textarea: handle special behaviors during create

    Move special behavior handling to `create` classmethod to allow carrying of
    added props when wrapped in debounce, which does not call `_render` on the
    child component.
    masenf committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4314605 View commit details
    Browse the repository at this point in the history