You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but that leaves a massive gap where the title property should go. Am I using the correct component? If so, could i get titleWrapperStyle exposed as a property on ContentDialog so i can set display: none; on it.
Link to minimal working code that reproduces the issue
see above
Versions
React-UWP: 1.1.9
React: 16.3.2
Browser: Chrome 67.0.3396.87
The text was updated successfully, but these errors were encountered:
Problem description
I'm trying to create a modal with form inputs like so:
I'm using the
ContentDialog
currently:but that leaves a massive gap where the title property should go. Am I using the correct component? If so, could i get
titleWrapperStyle
exposed as a property onContentDialog
so i can setdisplay: none;
on it.Link to minimal working code that reproduces the issue
see above
Versions
1.1.9
16.3.2
Chrome 67.0.3396.87
The text was updated successfully, but these errors were encountered: