Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account
This post has been closed. You can still view previous posts, but you can't post any new replies.

[Potential Bug] Repeating FieldSet inputs can't handle number and text inputs at the same time when passed from another input field

1444750299

Edited 1444750586
This is an issue I observed, and is not nessecarily something that effects my use of the product. I just felt the need to report it because it doesn't seem to be working the way people would expect, and because roll20 is awesome and I want to support the product. I made a little verbal bug report here.&nbsp; <a href="http://screencast.com/t/zzyqpSPJIiu3" rel="nofollow">http://screencast.com/t/zzyqpSPJIiu3</a> Here is the code&nbsp; Essentially, the input Value indicated in the code above, is a text feild, and text feilds can accept numbers and characters. However if i put numbers and characters into the feild, the header value feild which is supposed to simply reflect the name in the input value, will show only numbers.
1444851025
Stephen Koontz
Forum Champion
Marketplace Creator
Sheet Author
API Scripter
Compendium Curator
Hi, Bryan. Disabled inputs are meant to do math calculations. It's a quirk that they allow text at all. As soon as a number is introduced it will attempt to calculate it, stripping out everything that doesn't belong in a calculation. What you're trying to do with disabled inputs is something that's not currently supported.
I understand. Well it does work fine for what I need, just thought I would be helpful. It looks like this has already been thought of. Thanks for your input.&nbsp;