Skip to content

Commit

Permalink
[feature] Add 'right' attribute option (docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Mar 14, 2019
1 parent 6a31cda commit a364944
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ Here is an example of UMD implementation: https://codepen.io/louismazel/pen/jQWN
| disabled-hours (9) | Array`<string>` | no | - |
| custom-shortcuts (10) | Array`<object>` | no | - |
| disabled-weekly (11) | Array`<integer>` | no | [] |
| no-keyboard (12) | Boolean | no | true |
| no-keyboard (12) | Boolean | no | false |
| right (13) | Boolean | no | false |

(1) hint : Is a text that replaces the label/placeholder (Ex : Error designation)

Expand Down Expand Up @@ -175,6 +176,8 @@ When you set `isSelected` to true, the shortcut is selected by default

(12) no-keyboard : Disable keyboard accessibility & navigation

(13) right : add this attribute to align the picker on right

# Events API

| Event | Return |
Expand Down

0 comments on commit a364944

Please sign in to comment.