Skip to content

custom radio button not working #22

Description

@iamalex2

this is what I tried, but not working... "required, class, title" for radio buttons in ember-cli
{{#each field.proxiedValues as |val|}}
{{csp-radio
name=field.key
value=val.value
groupValue=field.value
checked=field.value
required=true
class="required"
title="Please select an option"
}}
{{val.label}}
  
{{/each}}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions