You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes, I can't modify the wordShrink function to extend more than 30 characters. Therefore, the filetype field is sometimes gets shortened when it should not. I want it to be a standard text field--no programmatic shrinking....
Describe alternatives you've considered
Overwrite the filetype text with CSS, dynamic javascript text replacement
Additional context
The text was updated successfully, but these errors were encountered:
hb-webdev
changed the title
Create parameter to modify DEFAULT_MAX_SIZE_WORD from 30 to something else. Please
Create parameter to modify DEFAULT_MAX_SIZE_WORD in shrinkWord from 30 to something else.
Jan 1, 2025
hb-webdev
changed the title
Create parameter to modify DEFAULT_MAX_SIZE_WORD in shrinkWord from 30 to something else.
Create parameter to modify shrinkWord method's DEFAULT_MAX_SIZE_WORD=30 to something else.
Jan 1, 2025
hb-webdev
changed the title
Create parameter to modify shrinkWord method's DEFAULT_MAX_SIZE_WORD=30 to something else.
Create parameter to remove/modify shrinkWord method's DEFAULT_MAX_SIZE_WORD=30Jan 1, 2025
Is your feature request related to a problem? Please describe.
Yes, I can't modify the wordShrink function to extend more than 30 characters. Therefore, the filetype field is sometimes gets shortened when it should not. I want it to be a standard text field--no programmatic shrinking....
Describe the solution you'd like
Allow a parameter to remove (or adjust) the
DEFAULT_MAX_SIZE_WORD
in/@files-ui/core/build/utils/shrinkWord.d.ts
:https://www.npmjs.com/package/@files-ui/core?activeTab=code
Describe alternatives you've considered
Overwrite the filetype text with CSS, dynamic javascript text replacement
Additional context
![image](https://private-user-images.githubusercontent.com/85006632/399549012-13d54206-c1d6-4c15-8940-0e7e8d70812c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTg4ODMsIm5iZiI6MTczOTYxODU4MywicGF0aCI6Ii84NTAwNjYzMi8zOTk1NDkwMTItMTNkNTQyMDYtYzFkNi00YzE1LTg5NDAtMGU3ZThkNzA4MTJjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDExMjMwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ4OTkwOGM2MjAxOTIwODA0YTdiZjg2YWZlYjVhOTBkNjU4ZWFiYzUzZDdjYWFkZGM1YWNmNWRlYzU1NGMwYzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ziUZGtOMNKU_MUVg9BlprEXN2LDk2qUg_G-CQWGdI_g)
The text was updated successfully, but these errors were encountered: