Support placement values and modifiers according to popper.js API (#259)#260
Conversation
|
@BrianSipple will merging this mess up your tippy refactor stuff and/or does the tippy refactor render this change obsolete? We should probably just pass the directions in, without checking against the regex and let the libraries that consume those directions spit out errors, right? |
|
@rwwagner90 There are a few pieces to that.... Tippy does support a Ideally, we change So with all that said... I think this change is good to go. (Thanks @tedbeer!) |
popper.js placement values are: auto|top|bottom|left|right and modifiers are -start|-end
Closes #259