Set TextField height material-ui

后端 未结 7 2201
一生所求
一生所求 2020-12-16 11:04

index.js

import React from \'react\'
import TextField from \'@material-ui/core/TextField\'
import style from \'./style\'
import withStyles          


        
7条回答
  •  没有蜡笔的小新
    2020-12-16 11:11

    The component takes a multiline prop which is a boolean. Set this to true, and then set the component's rows prop to a number.

        setDescription(e.target.value)}
        />
    

提交回复
热议问题