Socket
Book a DemoInstallSign in
Socket

react-jsonschema-rxnt-extras

Package Overview
Dependencies
Maintainers
2
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-jsonschema-rxnt-extras

RxNT Extra widgets for Mozilla's react-jsonschema-form

0.2.2
Source
npmnpm
Version published
Weekly downloads
19
90%
Maintainers
2
Weekly downloads
 
Created
Source

npm version

This project takes react-jsonschema-form-extras and adds additional fields, specific to RxNT.

Catalogue

  • IMO field - field that allows to make request to IMO API, through RxNT network
  • Async typeahead - extension of general typeahead, that uses standard RxNT signature and request formats

Table of Contents

IMO field

Purpose

IMO field allows to query problems with IMO service in separate window.

Use

In accordance with requirements, there are 3 ways to trigger IMO search

  • with a Composite array
    • with inputField imo which would display Add and optional Free Text button
    • with inputField: imoFreeText which would just display Free Text button
  • with Collapsible add
    • with addElement imoAdd in this case on pressing a plus in collapsible IMO modal will be displayed

For example

Composite array with inputField imo

{
  "ui:field": "compositeArray",
  "inputField": "imo",
  "arrayField": "table"
}

Composite array with inputField imoFreeText

{
  "ui:field": "compositeArray",
  "inputField": "imoFreeText",
  "arrayField": "table"
}

Collapsible with imo

{
  "ui:field": "collapsible",
  "collapse": {
    "collapsed": false,
    "addTo": "familyHistory",
    "addElement": "imoAdd",
    "field": "ObjectField"
  }
}

Properties

For Composite array with inputField imo, the only property IMO accepts is

  • freeText boolean which enables freeText button on IMO field

All other uses do not have specific configurations

Async typeahead

This component is minimalistic modification of react-jsonschema-form-extras component, which specifies predefined search string, that allows to query RxNT autocomplete data.

!!! WARNING
IMO and AsyncTypeahead rely on window variables for Authentication, provided by the caller
- `encounterTemplateV2User` user data
- `encounterTemplateV2EncounterInfo` encounter data
You need to have them in the scope in order for IMO to work properly

Keywords

react

FAQs

Package last updated on 19 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.