Jimmy Jia
Jimmy Jia
Swagger integration would be amazing. I'm not 100% convinced on using e.g. `@marshal_with` decorators for serialization, though - is there a great pattern for e.g. handling "meta" data for pagination...
This would be a bit of an odd feature. JSON objects are inherently unordered... I guess this is just so stuff looks better to humans for display?
Would you like to send in a PR to fix this? Thanks!
Why can't you use the `placement` prop?
We’d be happy to take a PR here.
What does upstream TWBS do?
We actually can't do this without breaking Bootstrap compatibility. Bootstrap popovers actually do apply margins and depend on them for the positioning to look right. This is sort of why...
Where specifically is this getting called?
We do want to focus the first input, I think – but it's easier on us to just focus the modal. I believe the user-visible effect outside of screen readers...
cc @jquense who knows this better than me – what do you think of the logic above for modal autofocus?