(topLevelType, targetInst)
| 4836 | } |
| 4837 | |
| 4838 | function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) { |
| 4839 | if (topLevelType === 'topInput' || topLevelType === 'topChange') { |
| 4840 | return getInstIfValueChanged(targetInst); |
| 4841 | } |
| 4842 | } |
| 4843 | |
| 4844 | function handleControlledInputBlur(inst, node) { |
| 4845 | // TODO: In IE, inst is occasionally null. Why? |
nothing calls this directly
no test coverage detected