mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
This commit fixes an assert statement in get_input_element_value to also include the textarea elements, which is used for realm description. After updating, the assert statement now checks the input_elem to be having one of the following types - HTMLInputElement, HTMLSelectElement and HTMLTextAreaElement, as these cover all the possible input elements with input_type set to "string". Follow-up to #29264. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| server | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.js | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||