-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Returning Dom elements in output instead of just texts #196
Comments
That |
I was hoping for this too. In a data provider, the To support this, the library would need to support the option to use |
Adding to what @jonathanzong said, it would be great to support this as it would help to easily build features such as: Input text
Renders to (I'm omitting some Hello <a href="https://github.com/jukben" target="_blank" /> how are you? |
Haha, love it @tobiasbueschel! I would love to help, but unfortunately the architecture is so rusty that it's not feasible to extend the API. I'm looking for maintainer who would lead complete rewrite. |
@jukben that could be a fun project, I wish I would have some more time! We would probably have to do something like this: https://github.com/lovasoa/react-contenteditable/blob/master/src/react-contenteditable.tsx Happy Wednesday! |
Hey , great package so far ! I was thinking of utilizing 'antd' tag components to distinguish the selected item and the normal texts , however it seems that it is not possible to return anything other than strings within the output method , is this an intended effect? If it is , is there a way where i can go around it and add in components within the output?
The text was updated successfully, but these errors were encountered: