Product spec attribute custom html#223
Conversation
|
@jithendrajp Thanks for contributing! |
Hi @KrzysztofPajak, Ideally Input textbox or HTML Editor only one will be visible at a time. To make it more generic we can fix it in two ways.
Which one do you prefer from the above two ways? |
|
Maybe, the best will be to prepare a simple script that will be toggle assign editor or remove it from the CustomValue field |
Sure @KrzysztofPajak , that's a great idea, will correct it and update the PR |
Hi @KrzysztofPajak, I tried the above way that you suggested. But as editor controls and input fields are rendered from Backend, I am not able to control them at the DOM level. Any other suggestions? |
|
@KrzysztofPajak, can you please suggest? |
Resolves #200
Type: bugfix
Issue
Product specification attributes, If we select attribute type as Custom HTML Text, the Value field should be HTML Editor
Solution
Added show/hide for custom value text and custom HTML text
Breaking changes
NONE
Testing