Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Add optional numerical input box to dcc.Slider #944

Open
wants to merge 29 commits into
base: dev
Choose a base branch
from

Commits on Feb 25, 2021

  1. add input that shows slider value

    Joseph Damiba committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    c858dc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. sync slider from input

    Joseph Damiba committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    6aeea78 View commit details
    Browse the repository at this point in the history
  2. lint

    Joseph Damiba committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    d57bf70 View commit details
    Browse the repository at this point in the history
  3. fix lint errors

    Joseph Damiba committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    7fc4de4 View commit details
    Browse the repository at this point in the history
  4. fix lint errors

    Joseph Damiba committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    e24c3f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. debounce and components on same line

    Joseph Damiba committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    796d30d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. set min width of synced input

    Joseph Damiba committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    c5b7e51 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. pass through props for synced input

    Joseph Damiba committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    168a99c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. let user override default styles for input

    Joseph Damiba committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    2e2dbe0 View commit details
    Browse the repository at this point in the history
  2. run linter

    Joseph Damiba committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    57936d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. set proper props for input

    Joseph Damiba committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    205b9ed View commit details
    Browse the repository at this point in the history
  2. refactor input state/props sync

    Joseph Damiba committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    3168a64 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. update tests

    Joseph Damiba committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    128017b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into synced-input-slider

    Joseph Damiba authored Apr 6, 2021
    Configuration menu
    Copy the full SHA
    b555515 View commit details
    Browse the repository at this point in the history
  3. add tests

    Joseph Damiba committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    3e62912 View commit details
    Browse the repository at this point in the history
  4. lint tests

    Joseph Damiba committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    3820ce4 View commit details
    Browse the repository at this point in the history
  5. run prettier

    Joseph Damiba committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    884cccb View commit details
    Browse the repository at this point in the history
  6. small fixups

    Joseph Damiba committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    403ee9e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. make sure that pressing enter when input is focused changes state of …

    …slider
    Joseph Damiba committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    761103c View commit details
    Browse the repository at this point in the history
  2. clear debounce timeout after every state sync

    Joseph Damiba committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    1709c21 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Merge branch 'dev' into synced-input-slider

    Joseph Damiba authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    2db424b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'synced-input-slider' of https://github.com/plotly/dash-…

    …core-components into synced-input-slider
    Joseph Damiba committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    da7d116 View commit details
    Browse the repository at this point in the history
  3. refactor synced input event handling

    Joseph Damiba committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    4b45284 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Merge branch 'dev' into synced-input-slider

    Joseph Damiba authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    b7c3154 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Merge branch 'dev' into synced-input-slider

    Joseph Damiba authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    aa1ab08 View commit details
    Browse the repository at this point in the history
  2. camelCase to snake_case new props

    Joseph Damiba committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    0111a74 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    02c10c6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. add some ui ;ogic

    Joseph Damiba committed May 21, 2021
    Configuration menu
    Copy the full SHA
    aebce8d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'synced-input-slider' of https://github.com/plotly/dash-…

    …core-components into synced-input-slider
    Joseph Damiba committed May 21, 2021
    Configuration menu
    Copy the full SHA
    f445f58 View commit details
    Browse the repository at this point in the history