
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
react-jsonschema-rxnt-extras
Advanced tools
This project takes react-jsonschema-form-extras and adds additional fields, specific to RxNT.
IMO field allows to query problems with IMO service in separate window.
In accordance with requirements, there are 3 ways to trigger IMO search
inputField
imo
which would display Add
and optional Free Text
buttoninputField
: imoFreeText
which would just display Free Text
buttonaddElement
imoAdd
in this case on pressing a plus in collapsible IMO
modal will be displayedFor 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"
}
}
For Composite array with inputField
imo
, the only property IMO accepts is
freeText
boolean which enables freeText button on IMO fieldAll other uses do not have specific configurations
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
FAQs
RxNT Extra widgets for Mozilla's react-jsonschema-form
The npm package react-jsonschema-rxnt-extras receives a total of 13 weekly downloads. As such, react-jsonschema-rxnt-extras popularity was classified as not popular.
We found that react-jsonschema-rxnt-extras demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.