Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FIO-9842 removed extra options #6056

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HannaKurban
Copy link
Contributor

@HannaKurban HannaKurban commented Mar 21, 2025

Link to Jira Ticket

https://formio.atlassian.net/browse/FIO-9842

Description

Extra options were removed from the Form Builder configurator:

  • Widget and Widget Settings options for Number, Password, Text Area, Email, URL, Currency, Phone Number components. The conditions for the Widget property set that it is relevant only for a component with the textfield type, and the Widget Setting property depends on the Widget property, so it is also relevant only for the Text Field component.
  • Input Masks option for Number, Password, Text Area, Email, URL, Currency components. The conditions for the InputMasks property set it to be relevant only for components with the allowMultipleMasks property set to true, but the allowMultipleMasks property is ignored for all of the above components, so the InputMasks property is also ignored for these components.
  • Label Width and Label Margin options for Day, HTML Element, Content, Columns, Field Set, Panel, Table, Tabs, Well, Hidden, Nested Form components. The conditions for the labelWidth and labelMargin properties set it to be relevant only for components with the labelPosition property set, but the labelPosition property is ignored for all of the above components, so the the labelWidth and labelMargin properties are also ignored for these components.

Breaking Changes / Backwards Compatibility

n/a

Dependencies

https://github.com/formio/premium/pull/383
https://github.com/formio/formio-app/pull/1682

How has this PR been tested?

locally using Builder Pro form

Checklist:

  • I have completed the above PR template
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • My changes include tests that prove my fix is effective (or that my feature works as intended)
  • New and existing unit/integration tests pass locally with my changes
  • Any dependent changes have corresponding PRs that are listed above

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant