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

When value is null or zero length, Navi displays nothing #13

Open
CzBiX opened this issue Jun 10, 2012 · 3 comments
Open

When value is null or zero length, Navi displays nothing #13

CzBiX opened this issue Jun 10, 2012 · 3 comments

Comments

@CzBiX
Copy link
Contributor

CzBiX commented Jun 10, 2012

will not display anything when value is None

@swdunlop
Copy link
Owner

With the addition of set-value for navi, this prevents fields from being edited. The solution may be to JSON-encode all values so there will at least be a "" or a null to click on and edit.

@CzBiX
Copy link
Contributor Author

CzBiX commented Jun 10, 2012

maybe you can put {'modifiability': false} in respond.
I don't know coffeescript, neither interested in it, so... :-)

@swdunlop
Copy link
Owner

Starting a branch to move Navi to Ember.JS or something similar -- now that we can change values, there's all sorts of book keeping like "make sure all copies of this value are updated" that are better handled with a real framework.

I totally understand about not wanting to learn CoffeeScript. It's only advantage for me is not being JavaScript. :)

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

2 participants