Skip to content

Commit

Permalink
rfid-input - add prop enableScan to the README of the element
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Löcker authored and Patrick Löcker committed Jul 6, 2018
1 parent 61942bf commit ead7d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react-chayns-rfid_input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The following properties can be set on the RfidInput-Component
| className | CSS classes for the RfidInput | String | | |
| placeholder | Text that will be shown as placeholder | String | "Kartennummer" | |
| confirmNode | Element that will be load in the button behind the input | React-Elements | "OK" | |
| enableScan | Enable the scan-button fot scan a card | Boolean | false | |
| scanText | Text that will be shown in the button for scan a card | String | "Scannen" | |
| value | Value for the input | String | | true |
| onInput | Event when the input was change | Function | | true |
Expand Down

0 comments on commit ead7d4b

Please sign in to comment.