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.
1 parent 27d5372 commit d1a22c7Copy full SHA for d1a22c7
modules/os2forms_dawa/src/Plugin/WebformElement/DawaElementBase.php
@@ -15,7 +15,7 @@ abstract class DawaElementBase extends TextField {
15
* {@inheritdoc}
16
*/
17
public function getDefaultProperties() {
18
- $properties = parent::getDefaultProperties() + $this->getDefaultMultipleProperties();
+ $properties = parent::getDefaultProperties() + $this->defineDefaultBaseProperties();
19
// Remove autocomplete property which is not applicable to this autocomplete
20
// element.
21
unset($properties['autocomplete']);
0 commit comments