Skip to content

Conversation

@engijlr
Copy link
Contributor

@engijlr engijlr commented Oct 28, 2025

Summary

Update some Property Editors to align with the FormControl validation pattern.

Changes

  • Extended each component with UmbFormControlMixin.
  • Bound the inner input element to the form control (addFormControlElement).
  • Added support for mandatory and mandatoryMessage properties.
  • Ensured that if a field is not mandatory, it supports undefined values.
  • Added a value-missing validator inside the inner input for proper required-state validation.
  • Implemented consistent handling for required, requiredMessage, and readonly.
  • Fixed small typos and attribute mismatches across components.

@iOvergaard iOvergaard changed the base branch from v17/dev to main October 30, 2025 10:51
}

override render() {
console.log(this.value);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ups, this should be removed :-)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aslo there is some merge conflicts now, would be nice to get those resolved. let me know when this is resolved and I will approve it :-)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Console.log removed and merging conflicts are solved. :)

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

Successfully merging this pull request may close these issues.

3 participants