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

Introduce 'defaultInputValue' input setting on dbjs model #7

Open
medikoo opened this issue Mar 1, 2016 · 0 comments
Open

Introduce 'defaultInputValue' input setting on dbjs model #7

medikoo opened this issue Mar 1, 2016 · 0 comments
Assignees

Comments

@medikoo
Copy link
Owner

medikoo commented Mar 1, 2016

/cc @mtuchowski

We usually solve default via setting common value on prototype. Still such approach, makes property from beginning being filled with value, and that means we do not really require action from user (as value is already there)

There are cases where we want to provide this default value rather as hint, and still treat underlying value for property as null, so require from user a confirmation of an actual value that should be saved

We can solve it today by providing a value option directly to input configuration, but there's no option to provide such default directly via model

@medikoo medikoo self-assigned this May 2, 2016
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

1 participant