We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13c8270 + 0e71b6d commit a01d04bCopy full SHA for a01d04b
src/components/_classes/field/Field.js
@@ -7,7 +7,7 @@ import Component from '../component/Component';
7
export default class Field extends Component {
8
/**
9
* @param {object} element - The component to create.
10
- * @returns {Field} - The created field.
+ * @returns {string} - The rendered HTML string of a component
11
*/
12
render(element) {
13
if (this.noField) {
0 commit comments