Skip to content

Commit

Permalink
Merge pull request nathanreyes#882 from carestad/patch-1
Browse files Browse the repository at this point in the history
[docs] Fix broken link for popover.placement prop
  • Loading branch information
nathanreyes authored Jul 13, 2021
2 parents 207e1f4 + bdc7bee commit a29910a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/v2.0/datepicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Setting `value = null` still allowed through code.

**Type:** String

**Description:** Default or suggested placement of the popover. This may change as the browser window dimensions change. [Valid placements](https://popper.js.org/popper-documentation.html#Popper.placements) include `auto`, `top`, `right`, `bottom`, `left`. Each placement can have suffixed variations `-start` or `-end`.
**Description:** Default or suggested placement of the popover. This may change as the browser window dimensions change. [Valid placements](https://popper.js.org/docs/v2/constructors/#options) include `auto`, `top`, `right`, `bottom`, `left`. Each placement can have suffixed variations `-start` or `-end`.

**Default:** `bottom-start`

Expand Down

0 comments on commit a29910a

Please sign in to comment.