(topLevelType, targetInst)
| 5087 | } |
| 5088 | |
| 5089 | function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) { |
| 5090 | if (topLevelType === 'topInput' || topLevelType === 'topChange') { |
| 5091 | return getInstIfValueChanged(targetInst); |
| 5092 | } |
| 5093 | } |
| 5094 | |
| 5095 | function handleControlledInputBlur(inst, node) { |
| 5096 | // TODO: In IE, inst is occasionally null. Why? |
nothing calls this directly
no test coverage detected