Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix: (Core) Update form message to match Fundamental Styles #4009

Merged
merged 2 commits into from
Dec 4, 2020

Conversation

salarenko
Copy link
Contributor

@salarenko salarenko commented Dec 3, 2020

Please provide a link to the associated issue.

Part of: #3922

Please provide a brief summary of this pull request.

Previous implementation of the Form Message has diverged from Fundamental Styles.

This PR:

  • Flattens the component by moving fd-form-message classes to the host element
  • Removes outdated compact input
  • Changes message form display property to block (as shown in Fundamental Styles)

Breaking change

  • [compact] input has been removed

The issue found during the deffect hunting was caused by display: inline.

Please check whether the PR fulfills the following requirements

Documentation checklist:

@salarenko salarenko added bug Something isn't working core Core library specific issues 0.25.0 labels Dec 3, 2020
@salarenko salarenko requested a review from a team December 3, 2020 15:52
@salarenko salarenko self-assigned this Dec 3, 2020
@salarenko salarenko added this to the Sprint 51 - Las Vegas milestone Dec 3, 2020
@netlify
Copy link

netlify bot commented Dec 3, 2020

Deploy preview for fundamental-ngx ready!

Built with commit 4de2eea

https://deploy-preview-4009--fundamental-ngx.netlify.app

@@ -0,0 +1,26 @@
import { MessageStates } from '@fundamental-ngx/core';
Copy link
Contributor

Choose a reason for hiding this comment

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

not a big deal, but this file should be named constants.ts for consistency with the other components.

@InnaAtanasova
Copy link
Contributor

Please fix Travis and the name of the file.

@salarenko salarenko merged commit e01adb4 into master Dec 4, 2020
@salarenko salarenko deleted the fix/3922-form-message branch December 4, 2020 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Core library specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants