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

Date Dialog and Picker row values not being updated #23

Open
brettalcox opened this issue Apr 1, 2016 · 3 comments
Open

Date Dialog and Picker row values not being updated #23

brettalcox opened this issue Apr 1, 2016 · 3 comments

Comments

@brettalcox
Copy link

As the title says, the Date Dialog and Picker Row values do not update after the value is changed. When i use the sample fragment included, it works fine...but when i cut out just the rows I need, it stops working. Whenever the onValueChanged method gets called, I can print the old and new value, and it is updating the values correctly, just not on the screen. I'm using the emulator if that makes any difference.

@realcarlos
Copy link

even the sample , Date Inline could not be clicked, and Date Dialog not change when selected date from dialog

@Poncholay
Copy link

I have the same problem. It works in the custom fragment provided but not in the annotated one. But in my code I cannot make it work whatever I do.

@appmonkey8010
Copy link

I have done a workaround to fix this problem.

Just update the form on value change:

@OverRide
public void onValueChanged(RowDescriptor rowDescriptor, Value oldValue, Value newValue) {
row.setValue(newValue);
mFormManager.updateRows();
}

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

No branches or pull requests

4 participants