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

Fsc flow radio button group #1342

Closed
wants to merge 2 commits into from

Conversation

AndyHaas
Copy link
Collaborator

@AndyHaas AndyHaas commented Feb 8, 2023

This element is used for CPE development. Allows users to choose a cleaner way to choose between two values

##Inputs
name = The name of the input field
label = The Label for the field
options = The options for the user to select. Usually, two values ( like true/false )
value = The current value of the field
type = How to display the radio button. ( Button or Radio are valid options )
##Outputs
Action: onvaluechange
Value: event.detail.newValue ( this follows naming convention of other fsc components )

Screenshot 2023-02-07 181650

…ws got launched even tho they were not being set. Also moved Loaded to its own else if statment and made seperate class to call the flow to have unified code between loaded and changed events.
@@ -1,8 +1,28 @@
({
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it intentional to have this Detect and Launch file in this pull request with the radio button stuff?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created new PR #1348

@AndyHaas AndyHaas closed this Feb 17, 2023
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

Successfully merging this pull request may close these issues.

2 participants