From 9342b906f0130d2a454cbeb3a19900e4b2468a51 Mon Sep 17 00:00:00 2001 From: Savoy Schuler Date: Thu, 6 Jun 2019 11:47:20 -0700 Subject: [PATCH] [PM] Added events/validation open question. --- active/NumberBox/NumberBox.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/active/NumberBox/NumberBox.md b/active/NumberBox/NumberBox.md index 646da71b8..dc5ff1d4a 100644 --- a/active/NumberBox/NumberBox.md +++ b/active/NumberBox/NumberBox.md @@ -218,3 +218,5 @@ For example, implementation details. --> * Pending custom requirement for vertical UpDownButtons (compact scenarios). * InputScope: Number or FormulaNumber? + +* Should Value/Text changed events fire on "Enter"/loss of focus or on every change - case in mind is hyper drag/scrolling where users would be testing the number range. Additionally, constant validation affords an opportunity to display validation error indicator/message before reverting a bad value back to the last good one on "Enter"/Loss of focus.