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) added selected button with group #1543

Merged
merged 12 commits into from
Nov 18, 2019

Conversation

stefanoScalzo
Copy link
Contributor

@stefanoScalzo stefanoScalzo commented Nov 5, 2019

Please provide a link to the associated issue.

fixes:#1542
fixes: #1211

Please provide a brief summary of this pull request.

Allow the button group to have one option selected and toggle as each button gets clicked

Please check whether the PR fulfills the following requirements

Documentation checklist:

  • Documentation Examples

@netlify
Copy link

netlify bot commented Nov 5, 2019

Deploy preview for fundamental-ngx ready!

Built with commit 21d91f2

https://deploy-preview-1543--fundamental-ngx.netlify.com

@droshev droshev added the documentation There is an issue with documentation label Nov 5, 2019
@droshev droshev added this to In progress in Development via automation Nov 5, 2019
@droshev droshev added this to the sprint 23 - Melisandre milestone Nov 5, 2019
@droshev
Copy link
Contributor

droshev commented Nov 7, 2019

from the changes I see, this is not just docs change

@stefanoScalzo stefanoScalzo changed the title docs: (core) added selected button with group fix: (core) added selected button with group Nov 7, 2019
@stefanoScalzo
Copy link
Contributor Author

from the changes I see, this is not just docs change

Changed!

@droshev
Copy link
Contributor

droshev commented Nov 10, 2019

@stefanoScalzo Can you add some description on the button group examples - the 2 use cases we support?

Copy link
Contributor

@droshev droshev left a comment

Choose a reason for hiding this comment

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

see my previous comment

Development automation moved this from In progress to Review in progress Nov 10, 2019
Copy link
Contributor

@JKMarkowski JKMarkowski left a comment

Choose a reason for hiding this comment

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

In button group example there are different sizes example. I think it has been deprecated on styles for some time. Maybe we should remove them in this PR.

this.calendarI18n.i18nChange.next();
}

}
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to add this file ?

this.calendarI18nLabels.labelsChange.next();
}

}
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to add this file ?

}
}

}
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to add this file ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

they shouldnt be there ill remove them

@JKMarkowski
Copy link
Contributor

Hi @stefanoScalzo could you try to rebase this branch to origin/master? In this PR I see a lot of code already existing in master.

Development automation moved this from Review in progress to Reviewer approved Nov 17, 2019
@stefanoScalzo stefanoScalzo merged commit 4c990e5 into master Nov 18, 2019
Development automation moved this from Reviewer approved to Done Nov 18, 2019
@stefanoScalzo stefanoScalzo deleted the feat/button-group-selected branch November 18, 2019 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation There is an issue with documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In button group by default selected button is not getting unselected
3 participants