File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/JsonForms/Definition/Control Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ public function getEnum(): ?array {
189189 * {@inheritDoc}
190190 */
191191 public function getKeywordValue (string $ keyword , $ default = NULL ) {
192- return $ this ->uiSchema ->{$ keyword } ?? $ default ;
192+ return $ this ->controlSchema ->{$ keyword } ?? $ default ;
193193 }
194194
195195 public function getLabel (): string {
Original file line number Diff line number Diff line change 2626class NumberControlDefinition extends ControlDefinition {
2727
2828 public function getMultipleOf (): ?int {
29- return ConvertUtil::stdClassToNull ($ this ->getpropertySchema ->multipleOf ?? NULL );
29+ return ConvertUtil::stdClassToNull ($ this ->propertySchema ->multipleOf ?? NULL );
3030 }
3131
3232 /**
You can’t perform that action at this time.
0 commit comments