-
Notifications
You must be signed in to change notification settings - Fork 27
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
nested model properties #117
nested model properties #117
Comments
|
does not seem to work - here is a simple example
|
I'll have a look when I'm back at my computer. Currently only on my mobile. I think, the point is string to date conversion. I know there are date pi kers ... |
Oddly in the datepicker example - they use a Text Field to show a date - in the popup button. I want to show a range.
|
It's possible to show a range: But it's not very easy to integrate from Julia. See here I opted for 2 inputs instead: https://pkgs.genieframework.com |
I am using DateRange (single) .. and the date is in the model (start and stop)
when I access the "nested" model property to display in textfield is when I see blank
|
maybe I will switch to 2 dates |
The date isn't showing because When you define field name as |
Thank you Art - I need to dig more. |
Thanks, Art. @cwiese did it work for you? |
Why are the names different? It's confusing. |
@wildart will discuss this with @essenciary @hhaensel and if there's no specific reason for different names. We can use |
I would also tend to use the same names |
While it's good to keep the same names in principle, I'm not sure here: |
my model has a daterange
how do I refer to a nested properties ( :daterange.start will not work of course)
The text was updated successfully, but these errors were encountered: