Skip to content

Added Expanded boolean flag #22

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

Merged
merged 4 commits into from
Mar 8, 2020
Merged

Conversation

Pradeepkn
Copy link
Contributor

Right aligning drop down image was not happening and on enabling expanded flag it works.
Added isExpandEnabled flag

Copy link
Contributor Author

@Pradeepkn Pradeepkn left a comment

Choose a reason for hiding this comment

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

Can someone review it and aprove please?

@@ -11,6 +11,7 @@ class CountryPickerDropdown extends StatefulWidget {
this.itemBuilder,
this.initialValue,
this.onValuePicked,
this.isExpandEnabled

Choose a reason for hiding this comment

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

I think calling it isExpanded should be enough

Choose a reason for hiding this comment

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

Updated the flag name.

@@ -11,7 +11,7 @@ class CountryPickerDropdown extends StatefulWidget {
this.itemBuilder,
this.initialValue,
this.onValuePicked,
this.isExpandEnabled
this.isExpanded
Copy link
Owner

Choose a reason for hiding this comment

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

Add false as default value to isExpanded, please.

Updated default value to false.
@figengungor figengungor merged commit 5e35a63 into figengungor:master Mar 8, 2020
@figengungor
Copy link
Owner

Thank you=)

@KN-Pradeep
Copy link

Please let me know when will be the new version published?

@MishalJasmine MishalJasmine mentioned this pull request May 28, 2020
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.

5 participants