为什么htmlFor不能在React JS中工作

时间:2019-02-01 14:21:55

标签: javascript html reactjs

htmlFor不起作用

render() {
    return (
        <div style={{ marginTop: '10px' }} />
            <label htmlFor="prueba"> selecciona un archivo</label>
            <input name="prueba" type="file" />
        </div>
    );
}

0 个答案:

没有答案