Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textarea has not attr "name" #1850

Open
williank opened this issue Feb 3, 2024 · 0 comments
Open

Textarea has not attr "name" #1850

williank opened this issue Feb 3, 2024 · 0 comments

Comments

@williank
Copy link

williank commented Feb 3, 2024

The textarea has not attr "name", any solution ?

<textarea class="ace_text-input" wrap="off" autocorrect="off" autocapitalize="off" spellcheck="false" style="opacity: 0; font-size: 1px; height: 1px; width: 1px; top: 112px; left: 91px;" aria-haspopup="false" aria-autocomplete="both" role="textbox"></textarea>
<AceEditor
  mode="python"
  theme="github"
  id="script"
  name="script"
  height="60vh"
  width="100%"
  fontSize={14}
  showPrintMargin={true}
  showGutter={true}
  highlightActiveLine={true}
  value={value}
  setOptions={{
    enableBasicAutocompletion: true,
    enableLiveAutocompletion: true,
    enableSnippets: false,
    showLineNumbers: true,
    tabSize: 2,
  }}
  onChange={onChange}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant