Remove the default class .linkified
See original GitHub issueThanks for the great package!
It would be great to have option to remove the default class .linkified
.
Right now neither of these two works.
linkifyHtml(html, {
className: ''
});
linkifyHtml(html, {
className: null
});
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Remove default classes · Issue #1386 · heartcombo/simple_form
I want to remove the default classes generated by simple_form. my problem is that I can't remove the default classes without removing ......
Read more >how to remove default class attribute of tags in form? - Drupal
Hi guys~ I used form api to make a form element and add '#attributes' => array('class'=>'classname') in the codes. But the final value...
Read more >Remove default classification from SAP documents (CL24N ...
Hi gurus, I've this scenario I need to solve. Via Customizing, I've linked a class document with a Class. (Transaction DC10). After that,...
Read more >linkify-element | Yarn - Package Manager
The default .linkified class is deprecated and will be fully removed in a future release. ... v2.0.4. Optimize class code to reduce file...
Read more >Django: CharField remove default ------— choice
I have found this which may be the solution for you, too. Try: from django.forms import ModelForm from django import forms as forms...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This will be fixed in Linkify 3.0
Fixed in v3 (took longer than I thought!)