Selim Arsever

Results 11 comments of Selim Arsever

Hi @RFMV34 ! This is the way it's supposed to happen, not sure why it isn't for you. When you implement the `FateDropdown` interface you have to have a `valueChange`...

That is very weird... which browser are you using? Would you be able to share a example of it failing? I'm ready to accept your pull request but I would...

Your HTML contain table, which is not supported at the moment. Everything you pass into the `ngModel` is parsed and only supported features are then rendered in the editor. This...

Thanks @Void-0. Yes, you are right: he idea behind the two parser is that the representation of the HTML inside of the editor and the text in the ngModel may...

@jacobbeasley Yes you're right `` should be supported... At the moment the editor instead uses `` to format line-break. For the sake of consistency, what should be done is to...

Thanks ! It's a bit outdated now :)

@jacobbeasley I've released 1.9.3 that should fix your issue. Tell me if it works for you when you get the time to test it!

@RicardoJBarrios Yes that's an expected (but maybe confusing) behaviour. In order to have the HTML code generated to be consistent the editor always uses ```div``` instead of ```p``` to render...

At the moment the editor is *only* using ```div``` to handle paragraphs and explicit line breaks. What I mean by > If you want to insert a paragraph you can...

So I've checked the example you gave in #91 and I'll accept your pull request... I just have to figure out why the CI is not running first :) !