Skip to content

Commit

Permalink
Add allowFunctionEvaluation prop description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanabani committed Aug 5, 2022
1 parent 961ab09 commit 52ff87e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,12 @@ Function parameters :
| key | Key of current node/value | String | 'string' for data: { object: { string: 'test' } } |
| rawValue | Raw value from inputElement or textareaElement component | String | 'string' for data: { object: { string: 'test' } } |

### allowFunctionEvaluation
| Key | Description | Type | Required | Default |
|:-----------------------:|:-------------------------------------------------------------------------------------------------------:|:-------:|:--------:|:-------:|
| allowFunctionEvaluation | Allow strings that appear to be Javascript function definitions to be evaluated as Javascript functions | Boolean | False | True |


## Design
The library provide CSS class on elements. All are prefixed by "rejt" to avoid conflict.
To avoid being linked with a CSS file, the library will use the inline style.
Expand Down

0 comments on commit 52ff87e

Please sign in to comment.