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

Some fixes and updates #36

Merged
merged 5 commits into from
Jul 10, 2018
Merged

Some fixes and updates #36

merged 5 commits into from
Jul 10, 2018

Conversation

darktasevski
Copy link
Member

@darktasevski darktasevski commented Jul 6, 2018

Updated README, and fixed two issues; In one case we've unintentionally directly mutated ComboSelect state, which caused a nasty bug where the value in ComboSelect wasn't updating correctly. Another one was related to groups, issues with selecting value too, because I was checking array of values with contains() to find selected one, but when we had just a single string value that was causing an issue where values with similar names (GI and GIT, for example) were both selected, instead of just picking one.

@@ -1,3 +1,4 @@
/* eslint-disable */
Copy link
Contributor

Choose a reason for hiding this comment

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

You forgot this? @Puritanic

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah :D Removed now.

@NikolaRavic NikolaRavic merged commit fc34f1d into gogoair:master Jul 10, 2018
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.

None yet

2 participants