-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
additionalProperties can't be added with semantic-ui fluent-ui themes #1927
Comments
Just about to report the same issue, although I found it after upgrading to the latest. |
Encountered into this also just now... any simple workaround? |
any news? |
@jacqueswho any news on semantic-ui? |
@ErQrYfkrju at the moment none of the themes support this feature. This is not a simple change and needs to be thought of how to integrate different themes to support this. One linear approach that all themes can use to support this feature |
@jacqueswho Why none? Default, antd and now material-ui supports it. antd and material-ui adopted WrapIfAdditional component. I do not know where to start, to add support for semantic-ui... |
will look into this then. As I have not seen the latest development with other themes |
@jacqueswho any news? |
@ErQrYfkrju waiting for this pull request to be approved. Will then look at implementing this. I have made quite a lot of code changes in this branch. I see I need to alter the Field Template to wrapAdditional |
@epicfaace There are going to be quite a few issues related to other themes not supporting the default behavior. I think we need to create a contributing guide doc, to assist others in the future. So we should either include utilities in the core and use them, or give some best practice guidance, direction. what do you think? we can create separate tasks for each to document how, and what to use to implement
|
@jacqueswho @epicfaace thanks for your work. Looking forward to see this feature implemented..... |
@epicfaace ping |
Yeah, that's a good point and a good idea. A separate "contributing guide" page might be helpful. |
@epicfaace @jacqueswho Happy New Year! |
@epicfaace ping |
Waiting for the pull request to be approved. sorry |
Sorry, I'll take a look soon. |
Same for Bootstrap 4. It doesn't support Edit: Have implemented it in a local fork. Will clean it up a bit tomorrow then submit the PR. |
Hello guys, any updates on the Semantic-ui theme? |
No one's working on it currently, so if you would like to contribute a PR, that would be welcome. |
Why no one? @jacqueswho is working on three pull requests #2224, #2225, #2227 to be able to close this issue... |
@epicfaace please review following PR. I know you are very busy, but soon it would be one year anniversary for this issue. Thanks in advance! |
@jacqueswho ping |
@epicfaace ill see if I have time this week |
@jacqueswho ping |
@jacqueswho is there any possibility to get this working using custom patch or dirty hacks? |
@ErQrYfkrju just got back from holiday. Will see if I can look at this next week. I have a branch for this that needs to be completed. Its just needs styling, positioning changes |
Prerequisites
Description
additionalProperties can`t be added with semantic-ui fluent-ui and material-ui themes
Steps to Reproduce
Expected behavior
Expected behavior should be as for default and antd themes

Actual behavior
Can`t add or remove additioanlProperties for selected object

Version
Latest version from npm
The text was updated successfully, but these errors were encountered: