Commit d617b51
committed
Refactor SliderWebcomponent: Directly invoke _handleInputChange in attribute change handlers
- Removed the need to dispatch 'blur' events in attribute change handlers for `valueMin` and `valueMax`.
- Directly call `_handleInputChange` method in `_valueMinAttributeChanged` and `_valueMaxAttributeChanged`.
- Implemented type casting to properly handle the event target.
- Retained suppression of attribute change events to prevent infinite loops.1 parent 77c8221 commit d617b51
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | | - | |
| 325 | + | |
327 | 326 | | |
328 | 327 | | |
329 | 328 | | |
330 | 329 | | |
331 | | - | |
332 | | - | |
| 330 | + | |
333 | 331 | | |
334 | 332 | | |
335 | 333 | | |
| |||
0 commit comments