-
Notifications
You must be signed in to change notification settings - Fork 57
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
setting date field to readonly doesn't work #25
Comments
Oh, it's the template that needs an |
i guess i still don't see how to do that within the framework of angular-schema-form - is there a straightforward way, or is this like a post-processing step? |
It's not done within the framework. The template needs to be edited. The input needs a ng-disabled like this one here https://github.com/Textalk/angular-schema-form/blob/development/src/directives/decorators/bootstrap/default.html On Wed, May 27, 2015 at 4:44 PM, lmueller74 [email protected]
|
I see - wasnt there on first link, but i get it now. On Wednesday, May 27, 2015, Denis Dervisevic [email protected]
|
Sorry @lmueller74 I could have been a lot more clearer! The problem is basically that the datepicker doesn't implement it yet, but it's probably just a Look at the template @Dervisevic linked to. Afterwards there is a build step, first If you do this please consider making a PR (just don't include the minified files in the commits) |
i'm actually working within MS VS 2013 - so i'm currently referencing On Wed, May 27, 2015 at 2:51 PM, David Jensen [email protected]
|
@lmueller74 I felt a bit sorry for you :) I think it's fixed with the latest release (0.4.0) please try it out. |
Awesome - thanks! On Thu, May 28, 2015 at 9:45 AM, David Jensen [email protected]
|
I'm trying to make my datepicker field readonly and that attribute in the schema seems to be ignored. any ideas?
The text was updated successfully, but these errors were encountered: