How to add style to property elements? #4804
-
Hi @artf , |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Styling to dropdown values are not supported by HTML. To achieve what you are trying to do, you have to create a custom |
Beta Was this translation helpful? Give feedback.
Styling to dropdown values are not supported by HTML. To achieve what you are trying to do, you have to create a custom
stylemanager
type that get rendered fortext
components. To give the styling effect ( arial style in your case) you will have to use bootstrap dropdown.. https://jsfiddle.net/rajevar/5zjfr2x8/1/@artf has this jsfiddle for custom style type which helped me a lot. https://jsfiddle.net/artur_arseniev/y1mxv6p5/