/pages/ getting saved as /ages
tylerecouture opened this issue · 2 comments
tylerecouture commented
Hi! I'm trying out your field, thanks for it! However, when I try to link to a relative url /pages/ it saves as /ages/. any idea why the p is being stripped?
jcschefer commented
Not a maintainer, but this looks like a bug. If you look here it calls lstrip('http:///') which strips all 'h's, 't's, 'p's, and '/'s from the left side of 'value'. I think fixing this issue would be as easy as replacing that value.lstrip('http:///') with value[8:]
timonweb commented
Hi Guys, fixed. Sorry for this taking that long to close, just didn't have enough time.