This project is an open-source free-to-use component that can be used in Screen Flows to give users selectable choices of Record Types for a given Object with Record Types that automatically only shows Record Types that are available to the running user.
This release fixes a bug that caused the Record Type screen component to have non-deterministic sort order (most likely in order of the Record Types getting created).
With this release, changes are made so that the component shows the record types in alphabetical order based on Label/Name. Some other syntax cleanup and other non-functional changes were made to prepare for more configuration options and enhancements moving forward.
updated scratch org settings
cleanup WIP
cleaner syntax for boolean conversion
removed unnecessary semicolons
changing public apis to getters with private props
This release fixes a bug that caused the Record Type screen component to have non-deterministic sort order (most likely in order of the Record Types getting created).
With this release, changes are made so that the component shows the record types in alphabetical order based on Label/Name. Some other syntax cleanup and other non-functional changes were made to prepare for more configuration options and enhancements moving forward.
updated scratch org settings
cleanup WIP
cleaner syntax for boolean conversion
removed unnecessary semicolons
changing public apis to getters with private props
cleaning up syntax
implementing a default sort: ascending by name
add linting to project
cleaning up syntax
rename scratch def file
additional test recordtype
clean syntax
new release 0.5 package IDs