Skip to content

Conversation

@doneill
Copy link
Collaborator

@doneill doneill commented Aug 7, 2025

Description

Distinguish between single and multi-select choice lists

Fixes

#25

Proposed Changes

  • Use checkbox for multi-select
  • Reject schemas with $ref urls
    • Choice list data required to be embedded in the schema
  • Bump beta version to 2.0.0-beta.8

Testing

  • Run yarn test
    • Verify all tests pass
  • Build and link library in React Native app
# build
npm run build

# link
yarn link

# In React Native client app, e.g. EarthRanger
yarn remove @earthranger/react-native-jsonforms-formatter
yarn link @earthranger/[email protected]

doneill added 4 commits August 6, 2025 11:09
ensure embedded choice list data is included, can accept empty lists
@doneill doneill self-assigned this Aug 7, 2025
@doneill doneill merged commit 96af141 into develop Aug 9, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants