WeChat Mini Programs can not get the value of textarea, always nothing ah?

<form bindsubmit="bindFormSubmit">
          <textarea  auto-height placeholder="" auto-focus="true"  cursor-spacing="200px" value="" />
          <button class="submit" form-type="submit" ></button>
          </form>
Mar.03,2021

textarea needs to add the name attribute.

Menu