input()

in src/util/is-interactive.js [3:5]


    input(props) {
        return props.type !== 'hidden';
    },