From 6258de517a1e466cb815d5e3fa052266f564ecd6 Mon Sep 17 00:00:00 2001 From: petar-qb Date: Tue, 14 Nov 2023 10:02:14 +0100 Subject: [PATCH] A Changelog file added. --- ...tar_pejovic_fix_sliders_incorrect_input.md | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 vizro-core/changelog.d/20231114_095856_petar_pejovic_fix_sliders_incorrect_input.md diff --git a/vizro-core/changelog.d/20231114_095856_petar_pejovic_fix_sliders_incorrect_input.md b/vizro-core/changelog.d/20231114_095856_petar_pejovic_fix_sliders_incorrect_input.md new file mode 100644 index 000000000..ec716083f --- /dev/null +++ b/vizro-core/changelog.d/20231114_095856_petar_pejovic_fix_sliders_incorrect_input.md @@ -0,0 +1,46 @@ + + + + + + + +### Fixed + +- Fixed `vm.Slider` and `vm.RangeSlider` to work with incorrect text input. ([#173](https://github.com/mckinsey/vizro/pull/173)) + +