|
- Bubble Forum
Bubble Forum Connect with Bubble users from around the world, get answers to your questions, and learn how to build better with Bubble
- Bubbles Rich Text to HTML | 99% Bug free!
Convert text in Bubble’s Rich Text Editor to HTML I was scouring for available plugins to convert Bubble’s RTE to HTML Every plugin I tested was trying to convert the value to HTML Buggy or does not handle edge cases I even tried building my own and also misses Then I noticed in the browser inspector that the element itself already prints in HTML (duh, I know right) So all I needed is
- Text too long for this field (MS Login - oAuth 2. 0)
Hi everyone - I have solved this problem by setting up a custom OAuth flow directly with Microsoft in the API Connector This is proving to be a superior solution to Bubbles OAuth flow for a few reasons: No 2000 character limit reached Tokens are consistently ~1000 characters Ability to sign new users into the app without them first needing to log in via another method and then authenticate
- Logic: is Bubbles way of using AND and OR flawed? Can we have . . .
Hello everybody, I got the following problem when implementing complicated conditions and using the AND and OR statements In most programming languages the AND operator is priorized before the OR operator, so the following statement will evaluate the same, no matter whether the parentheses are set or not: (Condition_1 AND Condition_2) OR (Condition_3 AND Condition_4) In bubble however I don
- Shadcn UI Components - Plugins - Bubble Forum
Hey everybody :wave: I’ve started to adopt Shadcn UI components to Bubble, so we’d be able to make nice-looking UI Here is the plugin with them - Please check it out, I’ve migrated only some component for the beginn…
- Importing SVG icons to your Bubble app
Hey @boston85719, Great trick indeed as I am a big fan of Noun Project icons (actually the $35 yearly plan for unlimited icons in SVG format is a sweet added value to any app project) I am just stuck with the implementation of your tip: I save the icon and HTML code as a text attribute in my option sets, then I select this icon’s attribute as dynamic data in my HTML element on my page But
- Possible to use Bubbles Table element to input data?
To achieve what I was looking for, I had to change the table data source to be a data type and then enable auto-binding on each field I want to input into the database I was originally sourcing the data from an API and going to add it at the end once the user completed all of the fields, but that doesn’t seem possible
- Repeating group not displaying list items - Bubble Forum
Hello, I am developing a list to display all “Organizations” a user is a member of However, the repeating group is not displaying the list items The background of the group shows, so I know it is unhiding the container, but there is no list (as seen below) My database privacy is set so that all default configurations in use right now, Administrator and Owner roles have full access to the
|
|
|