dschnelldavis/angular2-json-schema-form

Radio buttons can able to modify when the buttons are in disabled/readonly mode

mthippani opened this issue · 0 comments

Issue type

I'm submitting a (check one):
[x] Bug report
[ ] Feature request
[ ] Regression (something that used to work, but stopped working in a newer version)
[ ] Support request
[ ] Documentation issue or request

Prerequisites

Before posting, make sure you do the following (check all):
[X] Confirm you are using the latest versions of all necessary packages (or if not, explain why not)
[ ] Search GitHub for a similar issue or PR
[ ] If submitting a Support request, also search Stack Overflow for similar issues
Note: Please cross-post GitHub support requests to Stack Overflow, and include a link in your GitHub issue to your Stack Overflow question. We do currently respond to support requests on GitHub, but we eventually expect to stop, and will then refer all support questions exclusively to Stack Overflow.

Current behavior

I found the following issues with material design

  1. Radio buttons are showing in disabled mode but i can able to modify the radio buttons.
  2. Required field not showing '*' mark for radio button and checkbox

Expected behavior

  1. Radio button should not be modify when the form is in read only/disabled mode.
  2. Required fields need to show '*' mark for radio button and checkbox

IMPORTANT: How can we reproduce your problem?

Environment

OS name & version: Windows
Browser name & version: firefox v59.0.3 and chrome
Angular version: 5.2.0
Angular JSON Schema Form version(s):0.7.0-alpha.1
Other relevant software or packages:

Any other relevant information