Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-jsonschema-rxnt-extras

Package Overview
Dependencies
Maintainers
1
Versions
163
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.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
76
decreased by-13.64%
Maintainers
1
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

IMO field

Purpose

IMO field allows to query problems in separate window.

Use

The easiest way to configure imo field is

{
  "ui:field": "imo",
  "imo": {
    "freeText": true
  }
}

Properties

The only property IMO accepts is

  • freeText boolean which enables freeText button on IMO field

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

FAQs

Package last updated on 11 Oct 2017

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc