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

Implement read-only fields in form #5

Closed
EitanBlumin opened this issue Jul 26, 2018 · 4 comments
Closed

Implement read-only fields in form #5

EitanBlumin opened this issue Jul 26, 2018 · 4 comments
Assignees
Labels
bug Something isn't working or isn't right

Comments

@EitanBlumin
Copy link
Owner

EitanBlumin commented Jul 26, 2018

The Edit/Add modal currently doesn't do anything special for read-only fields. need to add support.

Problematic input types:
rte, select

@EitanBlumin EitanBlumin created this issue from a note in End user pages (To do) Jul 26, 2018
@EitanBlumin EitanBlumin added the enhancement New feature or request label Jul 26, 2018
@EitanBlumin EitanBlumin self-assigned this Jul 26, 2018
@EitanBlumin EitanBlumin added this to the Data Views (Basic) milestone Jul 27, 2018
@EitanBlumin EitanBlumin moved this from To do to In progress in End user pages Jul 31, 2018
@EitanBlumin EitanBlumin moved this from In progress to To do in End user pages Jul 31, 2018
@EitanBlumin EitanBlumin moved this from To do to In progress in End user pages Aug 2, 2018
@EitanBlumin EitanBlumin added the priority High priority tasks and issues label Aug 2, 2018
@EitanBlumin
Copy link
Owner Author

EitanBlumin commented Aug 5, 2018

RTE doesn't work at all with angular data bindings... Need to find alternative. Opened #48

@EitanBlumin
Copy link
Owner Author

Select could potentially be replaced with Select2 + Array data source, and the following could possibly be used to implement read only:
select2/select2#3387 (comment)

@EitanBlumin
Copy link
Owner Author

I'll defer this issue until #38 would be completed. might find solutions till then.

@EitanBlumin EitanBlumin moved this from In progress to To do in End user pages Aug 7, 2018
@EitanBlumin EitanBlumin added bug Something isn't working or isn't right and removed priority High priority tasks and issues enhancement New feature or request labels Mar 24, 2019
@EitanBlumin
Copy link
Owner Author

Need to use the field rendering function instead of the form function

@EitanBlumin EitanBlumin modified the milestones: DataViews (Basic), Alpha release phase 1 Mar 26, 2019
@EitanBlumin EitanBlumin removed this from To do in End user pages Mar 30, 2019
EitanBlumin added a commit that referenced this issue May 12, 2019
fixed rte and select fields height and readonly. closed #5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or isn't right
Projects
None yet
Development

No branches or pull requests

1 participant